diff options
author | Sam James <sam@gentoo.org> | 2023-02-17 09:51:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-17 09:51:19 +0000 |
commit | 96b0e3cc4f7db29408c86e576cd20aa78ab59980 (patch) | |
tree | e762f774a3ad6a9f0f8c41c58059e7495075930c /dev-python/python-constraint | |
parent | dev-python/python-stdnum: enable py3.11, use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 2 |
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 |