commit: 95b9f9027382e62d7b5f4ff37cf6a935253bfa39 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 10:23:34 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=95b9f902
games-puzzle/pingus: enable py3.13 Closes: https://bugs.gentoo.org/952496 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-puzzle/pingus/pingus-0.7.6-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild index 80d8be7a1c2b..8b6dfa7154b6 100644 --- a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild +++ b/games-puzzle/pingus/pingus-0.7.6-r5.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 flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Free Lemmings clone"
