From 36ea86822ea3d0718c259ac2d3a9cf1517475cbc Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 16 Apr 2025 06:13:49 -0400 Subject: [PATCH] games-puzzle/monsterz: enable py3.13 Closes: https://bugs.gentoo.org/952494 Signed-off-by: Ionen Wolkens --- games-puzzle/monsterz/monsterz-0.7.1_p12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/monsterz/monsterz-0.7.1_p12-r1.ebuild b/games-puzzle/monsterz/monsterz-0.7.1_p12-r1.ebuild index 0039d43041656..70961ed970753 100644 --- a/games-puzzle/monsterz/monsterz-0.7.1_p12-r1.ebuild +++ b/games-puzzle/monsterz/monsterz-0.7.1_p12-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit desktop python-single-r1 DESCRIPTION="Puzzle game similar to the famous Bejeweled or Zookeeper"