tree-sitter/py-tree-sitter

Support the free-threaded build

Open

#458 opened on May 22, 2026

View on GitHub
 (7 comments) (2 reactions) (0 assignees)C (178 forks)github user discovery
help wanted

Repository metrics

Stars
 (1,451 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently there are no wheels for free-threaded Python available on PyPI for tree-sitter. It does quickly build from source, but any environment without compilers won't be able to install it without binaries available.

I tried running the example in the readme but quickly ran into issues in tree-sitter-python: https://github.com/tree-sitter/tree-sitter-python/issues/337

Contributor guide