commit: ff221c277f4027b4f16b7b5bb50e8b03f3b4203e Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 08:18:56 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 10:56:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff221c27
games-simulation/singularity: enable py3.13 Not thoroughly checked, but tests pass and the game starts. Closes: https://bugs.gentoo.org/952498 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-simulation/singularity/singularity-1.00-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-simulation/singularity/singularity-1.00-r3.ebuild b/games-simulation/singularity/singularity-1.00-r3.ebuild index f20e05282bdc..6a0a22610847 100644 --- a/games-simulation/singularity/singularity-1.00-r3.ebuild +++ b/games-simulation/singularity/singularity-1.00-r3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit desktop distutils-r1 SINGULARITY_MUSIC=endgame-${PN}-music-007
