summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-05 13:59:42 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-05 13:59:42 +0300
commit0de803bf486b1e9ff0984914a2cd76afc30010f0 (patch)
treee832191447a8cb4788db02edf9edd1ec73020bd1 /dev-python/tree-sitter
parenttree-sitter-grammar.eclass: enable py3.13 bindings (diff)
downloadgentoo-0de803bf486b1e9ff0984914a2cd76afc30010f0.tar.gz
gentoo-0de803bf486b1e9ff0984914a2cd76afc30010f0.tar.bz2
gentoo-0de803bf486b1e9ff0984914a2cd76afc30010f0.zip
dev-python/tree-sitter: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/tree-sitter')
-rw-r--r--dev-python/tree-sitter/tree-sitter-0.22.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tree-sitter/tree-sitter-0.22.3.ebuild b/dev-python/tree-sitter/tree-sitter-0.22.3.ebuild
index 31dc16944f44..dae9a8de2830 100644
--- a/dev-python/tree-sitter/tree-sitter-0.22.3.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.22.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1