grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
116 stars 35 forks source link

Lock `tree-sitter` compatible version #69

Open sansmoraxz opened 6 days ago

sansmoraxz commented 6 days ago

Tree sitter v0.22.0 introduced breaking changes which removed support for building custom languages and directly loading dll/so files through python, which seems to be a core feature of this library. As such I propose locking tree-sitter max supported version in setup.py

Resolves: #67