commit: eaecaa93174aa88b7f644942352e32d8217fb79a Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Oct 30 13:01:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 30 13:37:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaecaa93
sci-libs/gdal: enable py3.14 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44385 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/gdal/gdal-3.11.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-3.11.4-r1.ebuild b/sci-libs/gdal/gdal-3.11.4-r1.ebuild index 1eaf95b3a390..b60c61190885 100644 --- a/sci-libs/gdal/gdal-3.11.4-r1.ebuild +++ b/sci-libs/gdal/gdal-3.11.4-r1.ebuild @@ -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)"
