app-portage/portage-lostfiles: enable py3.14

Closes: https://bugs.gentoo.org/976617
Signed-off-by: Michael Egger <egger.m@protonmail.com>
This commit is contained in:
Michael Egger
2026-06-06 16:41:03 +02:00
parent 35dc3f5eec
commit 5e0645edc3

View File

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