diff options
author | 2024-06-04 16:39:27 -0400 | |
---|---|---|
committer | 2024-06-06 01:44:35 +0100 | |
commit | 73ad2d2acb82e3c0cdd20422d472dd4ce76032af (patch) | |
tree | a026bb39aed046e366b34df5b6820f6b4d20b466 /dev-util/re2c | |
parent | dev-util/ruff: add 0.4.8 (diff) | |
download | gentoo-73ad2d2acb82e3c0cdd20422d472dd4ce76032af.tar.gz gentoo-73ad2d2acb82e3c0cdd20422d472dd4ce76032af.tar.bz2 gentoo-73ad2d2acb82e3c0cdd20422d472dd4ce76032af.zip |
dev-util/re2c: enable py3.12
Only needed for tests, tests pass.
Closes: https://bugs.gentoo.org/929548
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/re2c')
-rw-r--r-- | dev-util/re2c/re2c-2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/re2c/re2c-3.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/re2c/re2c-2.2.ebuild b/dev-util/re2c/re2c-2.2.ebuild index b7a6f451fa53..9029e0402827 100644 --- a/dev-util/re2c/re2c-2.2.ebuild +++ b/dev-util/re2c/re2c-2.2.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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 diff --git a/dev-util/re2c/re2c-3.1.ebuild b/dev-util/re2c/re2c-3.1.ebuild index d285e9d937e8..845574fbad12 100644 --- a/dev-util/re2c/re2c-3.1.ebuild +++ b/dev-util/re2c/re2c-3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 |