commit: 6688215cb6c33b892063aba8c2b1469cc3be153f
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jul 8 10:47:33 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jul 8 10:47:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6688215c
dev-python/restrictedpython: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/restrictedpython/restrictedpython-6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/restrictedpython/restrictedpython-6.0.ebuild
b/dev-python/restrictedpython/restrictedpython-6.0.ebuild
index 7e0ab81e1..2f057f27b 100644
--- a/dev-python/restrictedpython/restrictedpython-6.0.ebuild
+++ b/dev-python/restrictedpython/restrictedpython-6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1