diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-10-25 03:58:38 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-30 20:00:55 +0100 |
commit | 20384b3573b755d991f2bacff641a2d5e2d0da74 (patch) | |
tree | c549fab9a5415c0d19c28407523aca484ca58df3 /dev-python/mapbox-vector-tile | |
parent | dev-python/pyproj: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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." |