From f02848666e69078af54d17063d5cd4f389fd0259 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 23 May 2025 14:52:24 +0300 Subject: [PATCH] app-arch/torrentzip: enable py3.14 Signed-off-by: Arthur Zamarin --- app-arch/torrentzip/torrentzip-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/torrentzip/torrentzip-1.3.ebuild b/app-arch/torrentzip/torrentzip-1.3.ebuild index f687ce654f881..43649683adaa9 100644 --- a/app-arch/torrentzip/torrentzip-1.3.ebuild +++ b/app-arch/torrentzip/torrentzip-1.3.ebuild @@ -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}"