grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
169 stars 48 forks source link

Test with latest operating systems #44

Closed tancnle closed 10 months ago

grantjenks commented 10 months ago

The older versions are intentional. It's harder to work there so provides better signal. Though I think cibuildwheel now may entirely use docker containers.

tancnle commented 10 months ago

Thanks @grantjenks.

Though I think cibuildwheel now may entirely use docker containers.

Good point. I think you are right. cibuildwheel utilising the following images.

If cibuildwheel is running the build inside the container, then I think we can go with latest runners. The rationale is that we always validate the build process work on the latest stable versions and reduce maintenance effort (GH might deprecate old runners). We can pin to the latest version instead of using the floating latest tag as well. WDYT?