commit: c821f560b95e765c59229ad9c0b05793b56ab917 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Apr 25 23:39:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 19:50:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c821f560
sci-geosciences/mapserver: enable py3.13 Closes: https://bugs.gentoo.org/952664 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-geosciences/mapserver/mapserver-8.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/mapserver/mapserver-8.2.2.ebuild b/sci-geosciences/mapserver/mapserver-8.2.2.ebuild index bcfb04e9da81..bbf9f29e48ab 100644 --- a/sci-geosciences/mapserver/mapserver-8.2.2.ebuild +++ b/sci-geosciences/mapserver/mapserver-8.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) JAVA_PKG_WANT_SOURCE="11" JAVA_PKG_WANT_TARGET="11"
