commit: 04f1bac369b7e7122252650afe1190cfa4550ba2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 10:19:28 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 10:56:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f1bac3
games-puzzle/pathological: enable py3.13 Closes: https://bugs.gentoo.org/952495 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild index c1bc614588a3..7965762fb8ad 100644 --- a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3_p16-r3.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 desktop optfeature python-single-r1 MY_P=${PN}-$(ver_cut 1-3)
