commit: 20384b3573b755d991f2bacff641a2d5e2d0da74
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Oct 25 00:58:38 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 19:00:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20384b35
dev-python/mapbox-vector-tile: enable py3.12
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mapbox-vector-tile/mapbox-vector-tile-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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."