commit: 96ed26e34d59c0a0e87538be7ef875b6a07807fa
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 22:13:45 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 22:13:45 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=96ed26e3
dev-python/neo: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/neo/neo-0.11.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/neo/neo-0.11.1.ebuild b/dev-python/neo/neo-0.11.1.ebuild
index 14e4e98c9..6f43494f8 100644
--- a/dev-python/neo/neo-0.11.1.ebuild
+++ b/dev-python/neo/neo-0.11.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..10} )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi