summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 18:54:11 +0100
committerSam James <sam@gentoo.org>2023-05-01 18:54:11 +0100
commita1366e41349cfea83258173e54b922b246907a9a (patch)
treeb33c7fb10e7025bc8bba5c9f7ff671b51157f4d3 /dev-util/re2c/re2c-2.2.ebuild
parentgames-misc/opengfx: enable py3.11 (diff)
downloadgentoo-a1366e41349cfea83258173e54b922b246907a9a.tar.gz
gentoo-a1366e41349cfea83258173e54b922b246907a9a.tar.bz2
gentoo-a1366e41349cfea83258173e54b922b246907a9a.zip
dev-util/re2c: enable py3.11
Closes: https://bugs.gentoo.org/896936 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/re2c/re2c-2.2.ebuild')
-rw-r--r--dev-util/re2c/re2c-2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/re2c/re2c-2.2.ebuild b/dev-util/re2c/re2c-2.2.ebuild
index 76c6e9d75f62..e0e45d5d87d0 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_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit python-any-r1