diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-05 13:59:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-05 13:59:42 +0300 |
commit | 0de803bf486b1e9ff0984914a2cd76afc30010f0 (patch) | |
tree | e832191447a8cb4788db02edf9edd1ec73020bd1 /dev-python/tree-sitter | |
parent | tree-sitter-grammar.eclass: enable py3.13 bindings (diff) | |
download | gentoo-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.ebuild | 2 |
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 |