games-util/legendary: enable py3.12 and py3.13, disable py3.10

Signed-off-by: Jens Mühlenhoff <j.muehlenhoff@gmx.de>
This commit is contained in:
Jens Mühlenhoff
2024-08-02 12:39:57 +02:00
parent 1f6064e818
commit 6ed00e30cd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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