commit: cee347459e24f370b899ec73cacce867d489e002
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 17:17:24 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 17:47:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee34745
dev-python/configshell-fb: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/configshell-fb/configshell-fb-1.1.30.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.30.ebuild
b/dev-python/configshell-fb/configshell-fb-1.1.30.ebuild
index 60103b997714..0265aec51357 100644
--- a/dev-python/configshell-fb/configshell-fb-1.1.30.ebuild
+++ b/dev-python/configshell-fb/configshell-fb-1.1.30.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1