Closed charris closed 1 year ago
Thanks @charris! I'll have to have a look at the test failure, which is unrelated to this PR I think.
NumPy 1.25.0 also supports musl, @rgommers how do you want to handle that?
Environment markers don't allow selecting on libc version AFAIK (see PEP 508), so this can't be dealt with. Luckily it shouldn't be needed anymore either once we update things for the C API exporting changes in 1.25.0 (which should be done separately from this update).
NumPy 1.25.0 also supports musl, @rgommers how do you want to handle that?