commit:     a1366e41349cfea83258173e54b922b246907a9a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 17:54:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 17:54:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1366e41

dev-util/re2c: enable py3.11

Closes: https://bugs.gentoo.org/896936
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/re2c/re2c-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

Reply via email to