commit: 0dee69a423b14053239b7849b37a20fe9ba6d000 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 09:30:35 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 10:56:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dee69a4
games-puzzle/angrydd: enable py3.13 Closes: https://bugs.gentoo.org/952462 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild index 39c109b7be99..34214c37f69c 100644 --- a/games-puzzle/angrydd/angrydd-1.0.1_p13-r2.ebuild +++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-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 desktop python-single-r1 DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter"
