From 7e4052dbdcc49a3a99a8ca465253f124f2f06b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 6 May 2026 08:59:38 +0200 Subject: [PATCH] app-text/rnc2rng: enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/973788 Signed-off-by: Ulrich Müller --- app-text/rnc2rng/rnc2rng-2.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/rnc2rng/rnc2rng-2.7.0.ebuild b/app-text/rnc2rng/rnc2rng-2.7.0.ebuild index 05713c2adab17..47731f2a6b48d 100644 --- a/app-text/rnc2rng/rnc2rng-2.7.0.ebuild +++ b/app-text/rnc2rng/rnc2rng-2.7.0.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_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9..14} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi