storpipfugl / pykdtree

Fast kd-tree implementation in Python
GNU Lesser General Public License v3.0
206 stars 48 forks source link

Switch to cibuildwheel for wheel building #98

Closed djhoese closed 10 months ago

djhoese commented 10 months ago

Includes adding a pyproject.toml for modern sandbox package building environments.

This should add Python 3.12 wheels too.

djhoese commented 10 months ago

Oh this also drops support for anything below Python 3.9. We had issues building wheels or something for 3.7 iirc and this just takes it a step further.

djhoese commented 10 months ago

Putting this in draft until I can be sure that mac arm64 wheels are being made.

djhoese commented 10 months ago

@mraspaud hopefully you can review this and merge it and then either make a release or I can make one when I wake up. Then I'll work on pyresample's equivalent of this.