Promote Windows on ARM (win_arm64) to a fully supported platform - #15350
Open
khmyznikov wants to merge 1 commit into
Open
Promote Windows on ARM (win_arm64) to a fully supported platform#15350khmyznikov wants to merge 1 commit into
khmyznikov wants to merge 1 commit into
Conversation
Windows on ARM was previously kept in a stability validation period: its wheel was built and smoke-tested but not uploaded, and the arm64 test and wheel-build steps used continue-on-error with soft-failure warnings so problems would not block CI or releases. This promotes win_arm64 to full support: - Upload the arm64 wheel like every other platform (drop the arch guard in the windows-wheel action). - Remove continue-on-error and the "Report soft failure" steps for the arm64 entries in ci.yml and wheel-builder.yml, so arm64 failures are treated as real failures. - Add Python 3.15-dev arm64 entries for both tests (ci.yml) and wheel builds (wheel-builder.yml). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 879e51f7-4d6c-4e05-a054-fd91a4649153
Contributor
Author
|
Additionally, verified the upcoming update for gh runner, currently it's under the name |
khmyznikov
marked this pull request as ready for review
July 31, 2026 21:17
Member
|
We're currently planning to restore support in 51 (likely a Sep/Oct release given our history), but we'd like to see one more month of stability before we actually merge. Thanks for working with us on this and helping stabilize the runners. |
Contributor
Author
|
@reaperhulk Sounds good, Sep would be great. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Windows on ARM was previously kept in a stability validation period: its wheel was built and smoke-tested but not uploaded, and the arm64 test and wheel-build steps used continue-on-error with soft-failure warnings so problems would not block CI or releases.
This promotes win_arm64 to full support:
Maintenance support: