commit: 7d1bb7abe0f5621310f58c312294b2f9d871b1dd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 12:45:08 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 19 12:53:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1bb7ab
dev-python/tree-sitter: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tree-sitter/tree-sitter-0.20.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tree-sitter/tree-sitter-0.20.0-r1.ebuild
b/dev-python/tree-sitter/tree-sitter-0.20.0-r1.ebuild
index b5e5fb8d350d..736d1fc828ab 100644
--- a/dev-python/tree-sitter/tree-sitter-0.20.0-r1.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.20.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1