diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-04-13 11:06:16 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-04-13 11:08:39 +0200 |
commit | c73356651a24c50fe10a9c6c6510aa2bada113e4 (patch) | |
tree | b657148de2b926a7270b749d5a44a639f4219994 /app-text/rnc2rng | |
parent | media-sound/mac: drop 10.60 (diff) | |
download | gentoo-c73356651a24c50fe10a9c6c6510aa2bada113e4.tar.gz gentoo-c73356651a24c50fe10a9c6c6510aa2bada113e4.tar.bz2 gentoo-c73356651a24c50fe10a9c6c6510aa2bada113e4.zip |
app-text/rnc2rng: enable py3.12
Closes: https://bugs.gentoo.org/929367
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-text/rnc2rng')
-rw-r--r-- | app-text/rnc2rng/rnc2rng-2.6.6-r3.ebuild | 4 |
1 files 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 |