Skip to content

Commit 85e75f6

Browse files
Downgrade tree-sitter to v0.23.2
v0.24.0 did not have support for python3.9 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent ccbf560 commit 85e75f6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
v0.6.1
55
------
66

7-
- Bump tree-sitter to v0.24 with python 3.13 support
7+
- Bump tree-sitter to v0.23.2 with python 3.13 support
88
- Use released py-tree-sitter-swift from https://github.com/aboutcode-org/tree-sitter-swift
99
- Add tests for source symbol extraction with tree-sitter in all supported languages
1010

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ install_requires =
4545
plugincode
4646
commoncode
4747
typecode
48-
tree-sitter==0.24.0
49-
tree-sitter-bash==0.25.0
48+
tree-sitter==0.23.2
49+
tree-sitter-bash==0.21.0
5050
tree-sitter-c==0.21.1
51-
tree-sitter-cpp==0.23.4
51+
tree-sitter-cpp==0.22.0
5252
tree-sitter-c-sharp==0.23.1
53-
tree-sitter-go==0.23.4
54-
tree-sitter-java==0.23.5
55-
tree-sitter-javascript==0.23.1
53+
tree-sitter-go==0.21.0
54+
tree-sitter-java==0.21.0
55+
tree-sitter-javascript==0.21.2
5656
tree-sitter-objc==3.0.2
57-
tree-sitter-python==0.23.6
57+
tree-sitter-python==0.21.0
5858
tree-sitter-rust==0.21.2
5959
py-tree-sitter-swift==0.0.1
6060
pygments

0 commit comments

Comments
 (0)