summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-17 09:51:19 +0000
committerSam James <sam@gentoo.org>2023-02-17 09:51:19 +0000
commit96b0e3cc4f7db29408c86e576cd20aa78ab59980 (patch)
treee762f774a3ad6a9f0f8c41c58059e7495075930c /dev-python/python-constraint
parentdev-python/python-stdnum: enable py3.11, use pypi.eclass (diff)
downloadgentoo-96b0e3cc4f7db29408c86e576cd20aa78ab59980.tar.gz
gentoo-96b0e3cc4f7db29408c86e576cd20aa78ab59980.tar.bz2
gentoo-96b0e3cc4f7db29408c86e576cd20aa78ab59980.zip
dev-python/python-constraint: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/python-constraint')
-rw-r--r--dev-python/python-constraint/python-constraint-1.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-constraint/python-constraint-1.4.0.ebuild b/dev-python/python-constraint/python-constraint-1.4.0.ebuild
index 077f1229e890..89fb59fc9495 100644
--- a/dev-python/python-constraint/python-constraint-1.4.0.ebuild
+++ b/dev-python/python-constraint/python-constraint-1.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1