summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2023-10-25 03:58:38 +0300
committerMichał Górny <mgorny@gentoo.org>2023-10-30 20:00:55 +0100
commit20384b3573b755d991f2bacff641a2d5e2d0da74 (patch)
treec549fab9a5415c0d19c28407523aca484ca58df3 /dev-python/mapbox-vector-tile
parentdev-python/pyproj: enable py3.12 (diff)
downloadgentoo-20384b3573b755d991f2bacff641a2d5e2d0da74.tar.gz
gentoo-20384b3573b755d991f2bacff641a2d5e2d0da74.tar.bz2
gentoo-20384b3573b755d991f2bacff641a2d5e2d0da74.zip
dev-python/mapbox-vector-tile: enable py3.12
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mapbox-vector-tile')
-rw-r--r--dev-python/mapbox-vector-tile/mapbox-vector-tile-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mapbox-vector-tile/mapbox-vector-tile-2.0.1.ebuild b/dev-python/mapbox-vector-tile/mapbox-vector-tile-2.0.1.ebuild
index d28c9ef28fd2..fd7845443ddc 100644
--- a/dev-python/mapbox-vector-tile/mapbox-vector-tile-2.0.1.ebuild
+++ b/dev-python/mapbox-vector-tile/mapbox-vector-tile-2.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Mapbox Vector Tile encoding and decoding."