summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 12:52:32 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 13:01:32 +0200
commit996c7dae183a1caa904b6ed363b90ee0076a4169 (patch)
treed4b9fbb5a1ef84ccbfde5479e9f2c2caf5a7ac5b /sci-libs
parentnet-vpn/riseup-vpn: add 0.21.11_p20230412 (diff)
downloadgentoo-996c7dae183a1caa904b6ed363b90ee0076a4169.tar.gz
gentoo-996c7dae183a1caa904b6ed363b90ee0076a4169.tar.bz2
gentoo-996c7dae183a1caa904b6ed363b90ee0076a4169.zip
sci-libs/rtree: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-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 2892a9c457f2..6a3c861b0013 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}