games-puzzle/angrydd: enable py3.13

Closes: https://bugs.gentoo.org/952462
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-04-16 05:30:35 -04:00
parent c1ca5ee3dd
commit 0dee69a423
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{10..13} )
inherit desktop python-single-r1 inherit desktop python-single-r1
DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter" DESCRIPTION="Angry, Drunken Dwarves, a falling blocks game similar to Puzzle Fighter"