commit: 39ba3b6e0e969d9839b597a1b534a1f0ae739c64 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 08:57:05 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 10:56:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ba3b6e
games-emulation/hatari: enable py3.13 Closes: https://bugs.gentoo.org/952481 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-emulation/hatari/hatari-2.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/hatari/hatari-2.5.0.ebuild b/games-emulation/hatari/hatari-2.5.0.ebuild index 7b8c40d50801..a7daa033bf05 100644 --- a/games-emulation/hatari/hatari-2.5.0.ebuild +++ b/games-emulation/hatari/hatari-2.5.0.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 xdg DESCRIPTION="Atari ST emulator"
