Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build packages for python3.13 #66

Open
dmoisset opened this issue May 26, 2024 · 0 comments
Open

Build packages for python3.13 #66

dmoisset opened this issue May 26, 2024 · 0 comments

Comments

@dmoisset
Copy link

I'm using this for a project based on python3.13 (using 3.13.0b1) and there's no package in PyPI:

$ env/bin/pip install tree-sitter-languages
ERROR: Could not find a version that satisfies the requirement tree-sitter-languages (from versions: none)
ERROR: No matching distribution found for tree-sitter-languages

I am installing this manually (download the repo, install cython+setuptools+tree_sitter, run ./build.py, and then setup.py install), and it works fine. But it would be nice if the wheel was available in PyPI (and it would allow me to properly package my project). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant