dev-python/gherkin-official: enable py3.15

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-05-10 12:06:07 -04:00
parent 6b97fca2ac
commit 8ca42007e6

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=uv-build
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{11..15} )
inherit distutils-r1