dev-python/yaswfp: enable py3.13, py3.14

Closes: https://bugs.gentoo.org/952419
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-07-08 02:44:18 -04:00
parent de5d04f297
commit b2e81df52f

View File

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