commit: c1ca5ee3ddc010921fdbec2f5ca86114c4909a06 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 09:29:13 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 10:56:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ca5ee3
games-misc/openmsx: enable py3.13 Closes: https://bugs.gentoo.org/952489 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-misc/openmsx/openmsx-0.4.2.ebuild | 4 ++-- 1 file 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 73b06e364295..834a973d73a7 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-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1
