Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build musllinux wheels for Python 3.9-3.11. Skip PyPy wheels on i686
NumPy 2.0 has musllinux wheels for Python 3.9-3.12 on PyPI. Building NumPy 2.0 for PyPy on i686 fails with errors like: ``` ../numpy/_core/src/npysort/quicksort.cpp:86:51: error: no matches converting function ‘QSort_AVX512_ICL’ to type ‘void (*)(using TF = using Type = std::conditional<true, short int, short int>::type*, intptr_t)’ {aka ‘void (*)(short int*, int)’} ```
- Loading branch information