commit:     d486bc717e2e9d66da4b0e6da66a357c21c2e1a7
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Mar  5 01:00:47 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  5 06:42:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d486bc71

dev-python/mapbox-vector-tile: enable py3.13

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.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mapbox-vector-tile/mapbox-vector-tile-2.1.0.ebuild 
b/dev-python/mapbox-vector-tile/mapbox-vector-tile-2.1.0.ebuild
index 787d1c7f20b6..78256881e766 100644
--- a/dev-python/mapbox-vector-tile/mapbox-vector-tile-2.1.0.ebuild
+++ b/dev-python/mapbox-vector-tile/mapbox-vector-tile-2.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 

Reply via email to