commit: 62573efb8be0c14791862c1113cdf16f9b8dee18 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Wed May 15 16:54:43 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 15 16:55:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62573efb
games-engines/boxtron: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931449 Bug: https://bugs.gentoo.org/921911 Signed-off-by: Julien Roy <julien <AT> jroy.ca> games-engines/boxtron/boxtron-0.5.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-engines/boxtron/boxtron-0.5.4-r2.ebuild b/games-engines/boxtron/boxtron-0.5.4-r2.ebuild index c9f559a8c6..59ce6bac6c 100644 --- a/games-engines/boxtron/boxtron-0.5.4-r2.ebuild +++ b/games-engines/boxtron/boxtron-0.5.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 DESCRIPTION="Steam Play compatibility tool to run DOS games using native Linux DOSBox"
