dev-python/sigstore-models: Enable py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-11 18:40:45 +02:00
parent ec3af03dd2
commit 7af65d7e81

View File

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