games-util/legendary: disable py3.13

Partially reverts commit 6ed00e30cd.

This clearly, clearly, clearly wasn't tested. Its dependency is broken
because *its* dependencies in turn aren't built or buildable for py3.13
so how could the author of that commit have been able to run the package
for that version?

Fixes: 6ed00e30cd
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-05-01 14:21:46 -04:00
parent ba4de37127
commit 87e664c871
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1