commit: a3c39b7ff0242e8b968f69ea508680519bf92718
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 15:37:47 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 16:12:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c39b7f
dev-util/scons: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/scons/scons-4.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/scons/scons-4.6.0.ebuild
b/dev-util/scons/scons-4.6.0.ebuild
index 75e8c0662bc8..0159bde8c191 100644
--- a/dev-util/scons/scons-4.6.0.ebuild
+++ b/dev-util/scons/scons-4.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 multiprocessing