dev-libs/zziplib: enable py3.14

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-07-25 10:19:14 +02:00
parent 83a5aa71d0
commit 9aef8b16e6

View File

@@ -7,7 +7,7 @@ EAPI=8
# may set) because the upstream CMake sets a different library name (!)
# with Release.
CMAKE_BUILD_TYPE=RelWithDebInfo
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
# Needed for docs, bug #8357553
PYTHON_REQ_USE="xml(+)"
inherit cmake flag-o-matic python-any-r1