summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-06-01 12:50:48 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-06-01 12:55:37 +0200
commite6714f212bc854adc0a9b1ade0bab02c5e34eae4 (patch)
treeb526d429210e22a726972151cdf41a26f080d8d7 /dev-python/sphobjinv
parentsci-libs/rtree: enable py3.11 (diff)
downloadgentoo-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.ebuild2
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