summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-06-01 12:49:35 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-06-01 12:55:36 +0200
commitfa2d9f11cefcb1f0d2616f8db14d080ec49b1152 (patch)
tree9d38cddb0dabbf5341cbffb6b0557f1152663dee /sci-libs/rtree/rtree-1.0.0.ebuild
parentdev-python/pytest-xvfb: update EAPI 7 -> 8, enable py3.11, pep517 (diff)
downloadgentoo-fa2d9f11cefcb1f0d2616f8db14d080ec49b1152.tar.gz
gentoo-fa2d9f11cefcb1f0d2616f8db14d080ec49b1152.tar.bz2
gentoo-fa2d9f11cefcb1f0d2616f8db14d080ec49b1152.zip
sci-libs/rtree: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/rtree/rtree-1.0.0.ebuild')
-rw-r--r--sci-libs/rtree/rtree-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
index 7c8bc04ed510..7ec082e7b4e4 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1