commit: c73356651a24c50fe10a9c6c6510aa2bada113e4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 09:06:16 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 09:08:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7335665
app-text/rnc2rng: enable py3.12 Closes: https://bugs.gentoo.org/929367 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
