commit: a89653568f65aa16d715ab234ca44dd5e54aa17a
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Mon May 5 13:59:09 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Tue May 6 13:51:53 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8965356
dev-python/cligj: enable py3.13
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/cligj/cligj-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cligj/cligj-0.7.2.ebuild
b/dev-python/cligj/cligj-0.7.2.ebuild
index 3175d457f..a7717c095 100644
--- a/dev-python/cligj/cligj-0.7.2.ebuild
+++ b/dev-python/cligj/cligj-0.7.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1