commit: ca81c8e162b2e77ea9b40542d610bb10669f8fa0
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 17:22:29 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 17:41:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca81c8e1
dev-python/python-distutils-extra: add python3.12 support
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild
b/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild
index 00b414b1cb5d..a61970f3a316 100644
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1