sci-libs/gdal: enable py3.14

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44385
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-10-30 15:01:03 +02:00
committed by Sam James
parent 833164b99d
commit eaecaa9317

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit cmake distutils-r1 flag-o-matic java-pkg-opt-2 verify-sig
DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)"