Closed kpark-hrp closed 7 months ago
I think we will get this automatically once pypa/cibuildwheel
supports it. See https://github.com/pypa/cibuildwheel/issues/1746.
@oschwald It looks like MacOS ARM64 is now supported with this merged PR. https://github.com/pypa/cibuildwheel/pull/1700
And indicated by their README
In that case, this should happen automatically in the next release.
We just released 2.6.0 and it doesn't seem like they were created. Maybe we need to tweak our build matrix a bit.
@oschwald I think you need to add macos-14
to the matrix. macos-14
runs on M1, so it covers MacOS arm64.
Thanks. It looks like you are right. I had no idea that macos-latest
meant macos-12
. :upside_down_face:
With increasing popularity of M1/M2/M3 and ARM based cloud computing, it would be immensely helpful to also get aarch64/arm64 whl releases.
Thanks!