commit: 0d7184a41463fa6b580999187d850cab64767025 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Jul 29 10:21:26 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Jul 29 10:41:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7184a4
app-portage/g-octave: enable py3.12 Closes: https://bugs.gentoo.org/929352 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-portage/g-octave/g-octave-0.4.1-r8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/g-octave/g-octave-0.4.1-r8.ebuild b/app-portage/g-octave/g-octave-0.4.1-r8.ebuild index a122a10487c9..248b69d5955e 100644 --- a/app-portage/g-octave/g-octave-0.4.1-r8.ebuild +++ b/app-portage/g-octave/g-octave-0.4.1-r8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1
