commit: 076d3267e92646d5b2441ccaa824ef789537a50a
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Dec 29 02:04:08 2023 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Dec 29 02:11:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=076d3267
dev-python/protego: enable py3.12
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/protego/protego-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/protego/protego-0.3.0.ebuild
b/dev-python/protego/protego-0.3.0.ebuild
index 1513c3585b..547d689656 100644
--- a/dev-python/protego/protego-0.3.0.ebuild
+++ b/dev-python/protego/protego-0.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1