summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2024-04-27 07:43:51 +0000
committerMatthew Smith <matthew@gentoo.org>2024-04-27 07:45:25 +0000
commite637fba79f43755ace65b0347f440e9bfed65e6f (patch)
treeccb02310ddde175286a2afbe3db356854d47093f /games-misc
parentgames-misc/opengfx: enable py3.12 (diff)
downloadgentoo-e637fba79f43755ace65b0347f440e9bfed65e6f.tar.gz
gentoo-e637fba79f43755ace65b0347f440e9bfed65e6f.tar.bz2
gentoo-e637fba79f43755ace65b0347f440e9bfed65e6f.zip
games-misc/openmsx: enable py3.12
Closes: https://bugs.gentoo.org/929585 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/openmsx/openmsx-0.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/openmsx/openmsx-0.4.2.ebuild b/games-misc/openmsx/openmsx-0.4.2.ebuild
index 92166a263ff6..73b06e364295 100644
--- a/games-misc/openmsx/openmsx-0.4.2.ebuild
+++ b/games-misc/openmsx/openmsx-0.4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit python-any-r1