From 8fac73f5ab5f0efb383fbb9de9196f76cccdba6c Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 22 May 2026 07:03:56 +0100 Subject: [PATCH] app-text/recode: enable py3.14 Closes: https://bugs.gentoo.org/973786 Signed-off-by: Sam James --- app-text/recode/recode-3.7.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/recode/recode-3.7.14.ebuild b/app-text/recode/recode-3.7.14.ebuild index 033c0325af592..6549f867f7cf7 100644 --- a/app-text/recode/recode-3.7.14.ebuild +++ b/app-text/recode/recode-3.7.14.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit autotools flag-o-matic python-any-r1 toolchain-funcs