Uh oh!
There was an error while loading. Please reload this page.
ci: add support for building windows on arm wheels - #643
Conversation
| - os: window-11-arm | ||
| py: "3.9" | ||
| - os: window-11-arm | ||
| py: "3.10" |
There was a problem hiding this comment.
do you want add them into wheel.yml?
There was a problem hiding this comment.
@methane, yeah I have missed that out. Thanks for pointing out
The reason I have excluded those builds is that Official Python distribution for Windows ARM64 starts from 3.11
There was a problem hiding this comment.
Please look again at the diff of the two files being edited in this PR.
You are adding windows-11-arm to excludes, while window-11-arm is not included in the matrix of this file.
You probably forgot to add windows-11-arm to the matrix of this file, or you intended to add excludes to the other file, not this one.
Uh oh!
There was an error while loading. Please reload this page.
PR Description: