commit: 3eeacf8b4985940f2c745ba5c7c8885130f3fb3e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 27 17:36:47 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 17:37:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eeacf8b
app-doc/gimp-help: enable py3.13 for 2* gimp-3 isn't ready to stable yet, let's backport py3.13 to 2* instead. Bug: https://bugs.gentoo.org/953649 Signed-off-by: Sam James <sam <AT> gentoo.org> app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild b/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild index 68abe96b8462..5db5559669b9 100644 --- a/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild +++ b/app-doc/gimp-help/gimp-help-2.10.34-r2.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} ) inherit python-any-r1 DESCRIPTION="GNU Image Manipulation Program help files"
