diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-06-04 16:43:32 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-06 01:44:36 +0100 |
commit | 9515304c535ab3bae7ba4bd05d9acde12cf25ba1 (patch) | |
tree | f38d9ebb004386209ec8b647c14c88ab95979330 /dev-util/re2c | |
parent | dev-util/re2c: enable py3.12 (diff) | |
download | gentoo-9515304c535ab3bae7ba4bd05d9acde12cf25ba1.tar.gz gentoo-9515304c535ab3bae7ba4bd05d9acde12cf25ba1.tar.bz2 gentoo-9515304c535ab3bae7ba4bd05d9acde12cf25ba1.zip |
dev-util/re2c: enable py3.13
Only needed for tests, tests pass.
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 | 2 | ||||
-rw-r--r-- | dev-util/re2c/re2c-3.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/re2c/re2c-2.2.ebuild b/dev-util/re2c/re2c-2.2.ebuild index 9029e0402827..4aa75393bb10 100644 --- a/dev-util/re2c/re2c-2.2.ebuild +++ b/dev-util/re2c/re2c-2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 diff --git a/dev-util/re2c/re2c-3.1.ebuild b/dev-util/re2c/re2c-3.1.ebuild index 845574fbad12..47be69c03566 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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 |