From c73356651a24c50fe10a9c6c6510aa2bada113e4 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 13 Apr 2024 11:06:16 +0200 Subject: app-text/rnc2rng: enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/929367 Signed-off-by: Ulrich Müller --- app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-text/rnc2rng') diff --git a/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild b/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild index e291b8cc981a..6128abda57bf 100644 --- a/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild +++ b/app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad