h3-py
h3-py copied to clipboard
This PR adds build support for win_arm64 (Windows on ARM64) to the existing cibuildwheel GitHub Actions workflow.
What's Changed
Adds a new matrix entry for:
- "os: windows-arm64"
- "build: cp3*-win_arm64"
- "name: Windows ARM64"
Are we sure that Windows ARM64 support is available to open source projects? The actual wheel build for it is still queued over an hour later.
I apologize if not, I can look into it a bit more tonight. I see that it’s still queued which is strange.
https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/ suggests they are now available for OSS? However, it does seem to show a different label.
https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/ suggests they are now available for OSS? However, it does seem to show a different label.
@isaacbrodsky, thanks for providing that link. I've updated the tag on the yml.
I got the failed build message and i'm reviewing the docs currently.
Closing in favor of #463 and #464. Let me know if there are any outstanding issues not resolved by those.