dev-python/legacy-cgi: enable py3.14

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-12 17:16:35 +01:00
parent 55117373c1
commit c010211cb2

View File

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