From 62573efb8be0c14791862c1113cdf16f9b8dee18 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 15 May 2024 12:54:43 -0400 Subject: [PATCH] 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 --- 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"