dev-libs/zziplib: enable py3.13

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-07-10 07:35:47 +01:00
parent 7fab49bd4d
commit f3a1f3a49b

View File

@@ -3,8 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
# Needed for docs, bug #835755
PYTHON_COMPAT=( python3_{10..13} )
# Needed for docs, bug #8357553
PYTHON_REQ_USE="xml(+)"
inherit cmake flag-o-matic python-any-r1