app-portage/mirrorselect: enable py3.12

Closes: https://bugs.gentoo.org/929354
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2024-04-14 18:06:23 -07:00
parent 6db4f481e5
commit 38a1f4bf5a
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_{10..12} )
PYTHON_REQ_USE="xml(+)"
inherit edo distutils-r1 prefix

View File

@@ -4,7 +4,7 @@
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="xml(+)"
inherit edo distutils-r1 prefix