grantjenks / py-tree-sitter-languages

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

chore: update cython, cibuildwheels, allowing CPython 3.12 #28

Closed GabDug closed 5 months ago

GabDug commented 8 months ago

This PR updates cibuildwheel and Cython, to allow building 3.12 wheels.

I've also updated some actions, with no apparent breaking changes.

The CI is currently passing for builds, except for 3.12:

py-tree-sitter uses distutils, I created https://github.com/tree-sitter/py-tree-sitter/pull/161 in this regard but I'm open to other solutions :)