PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

CI: add macOS nightly wheels for free-threaded CPython #757

Closed rgommers closed 4 days ago

rgommers commented 4 days ago

Follow-up to gh-756, adding x86-64 and arm64 macOS nightly wheels to the x86-64 Linux ones.

Also a minor tweak to the regular wheels builds for aarch64 Linux; bumping to musllinux_1_2 to match the free-threaded builds as well as what NumPy builds for on aarch64.

rgommers commented 4 days ago

CI log with new builds passing.