-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide macosx_13_0_arm64 wheels #275
Comments
Good day. Yes, there are plans to move the binary wheel assembly for the next version to GitHub, and I would have done it earlier, but from the information that I can find on GitHub, there are no free runners for Arm on MacOS-13. https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ I will be glad to be wrong and see an example of an action with |
Hmm. Good point, sorry. Numpy moved to macos-14 runners in this PR. But I see there are macosx_11_0_arm64 wheels for NumPy. Looking more closely, it seems they come from cirrus ci, by using cibuildwheel and |
I will change the name of the issue to reflect my real request. |
The problem is that on macOS all It's not impossible, but it would take time.. |
Bleh. Thanks for this thought experiment. Maybe someday brew will respect |
Describe why it is important and where it will be useful
Some of us are still stuck on macos13 even on arm64, for various reasons. The wheels provided on PyPI are built (I think on cirrus?) with macosx_14_0_arm64.
Describe your proposed solution
Instead the wheels could be built on github, using the github arm64 13 runners, which would provide binary wheels for macosx_13_0_arm64, and would also unify wheels building on github.Could the wheels be built withMACOSX_DEPLOYMENT_TARGET='11.0'
?Describe alternatives you've considered, if relevant
I have to build from source.
Additional context
No response
The text was updated successfully, but these errors were encountered: