tree-sitter / py-tree-sitter

Python bindings to the Tree-sitter parsing library
https://tree-sitter.github.io/py-tree-sitter/
MIT License
820 stars 98 forks source link

Remove/replace the usage of distutils #213

Closed fabaff closed 6 months ago

fabaff commented 6 months ago

distutils is deprecated and slated for removal in Python 3.12

https://peps.python.org/pep-0632//#migration-advice

https://github.com/tree-sitter/py-tree-sitter/blob/ce1af663b4dd5b933a81dc893f36cabbef266ac4/tree_sitter/__init__.py#L88-L89

ObserverOfTime commented 6 months ago

You don't say.