PyWavelets / pywt

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

Update GitHub Actions workflow to build Python 3.10 wheels #610

Closed grlee77 closed 2 years ago

grlee77 commented 2 years ago

This was tested on my local branch and all of the wheels built successfully (see: https://github.com/grlee77/pywt/runs/4132967779?check_suite_focus=true).

I had to disable some musl wheels (see PEP656) on aarch64 or those jobs are right around the timeout threshold. That timeout is why there is a CIBW_SKIP: "*-musllinux_*" set for this case.