commit: 975a420e03f6d1d3d03e279cb6559a1818d222d8
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Sep 11 20:48:13 2025 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Sep 11 20:48:13 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=975a420e
dev-python/neo: enable py3.12, py3.13
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/neo/neo-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/neo/neo-0.12.0.ebuild b/dev-python/neo/neo-0.12.0.ebuild
index 6e058728e..61e15c1c4 100644
--- a/dev-python/neo/neo-0.12.0.ebuild
+++ b/dev-python/neo/neo-0.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi