app-arch/torrentzip: enable py3.14

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-05-23 14:52:24 +03:00
parent 4eaa4fcf38
commit f02848666e

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit cmake python-any-r1
MY_P="trrntzip-${PV}"