diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-01 12:50:48 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-01 12:55:37 +0200 |
commit | e6714f212bc854adc0a9b1ade0bab02c5e34eae4 (patch) | |
tree | b526d429210e22a726972151cdf41a26f080d8d7 /dev-python/sphobjinv | |
parent | sci-libs/rtree: enable py3.11 (diff) | |
download | gentoo-e6714f212bc854adc0a9b1ade0bab02c5e34eae4.tar.gz gentoo-e6714f212bc854adc0a9b1ade0bab02c5e34eae4.tar.bz2 gentoo-e6714f212bc854adc0a9b1ade0bab02c5e34eae4.zip |
dev-python/sphobjinv: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphobjinv')
-rw-r--r-- | dev-python/sphobjinv/sphobjinv-2.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphobjinv/sphobjinv-2.2.2.ebuild b/dev-python/sphobjinv/sphobjinv-2.2.2.ebuild index b7cc214a3bed..87713d62173f 100644 --- a/dev-python/sphobjinv/sphobjinv-2.2.2.ebuild +++ b/dev-python/sphobjinv/sphobjinv-2.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |