commit: 0b38c1013c5cf8d7aff7e95313f3e204907f897a Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Apr 25 23:25:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 19:50:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b38c101
sci-libs/gdal: enable py3.13 Closes: https://bugs.gentoo.org/952671 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41775 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/gdal/gdal-3.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-3.9.3.ebuild b/sci-libs/gdal/gdal-3.9.3.ebuild index 666d81dedcc8..64946c6c7aa1 100644 --- a/sci-libs/gdal/gdal-3.9.3.ebuild +++ b/sci-libs/gdal/gdal-3.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake java-pkg-opt-2 python-single-r1 DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)"
