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