dev-python/lhafile: enable py3.13

Closes: https://bugs.gentoo.org/952347
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43142
Closes: https://github.com/gentoo/gentoo/pull/43142
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Ian Jordan
2025-07-25 06:13:08 +01:00
committed by Arthur Zamarin
parent 8fadaa28d2
commit bd10319ce2

View File

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