commit: 4c9e921a0eae9027feb6aafcd55bca16294f49f6
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec 3 15:00:28 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 4 19:38:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c9e921a
dev-python/gemcall: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/gemcall/gemcall-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/gemcall/gemcall-0.9.1.ebuild
b/dev-python/gemcall/gemcall-0.9.1.ebuild
index 50602950a5..7d17c0cea8 100644
--- a/dev-python/gemcall/gemcall-0.9.1.ebuild
+++ b/dev-python/gemcall/gemcall-0.9.1.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 pypi