Backport PR #28554 on branch v3.10.x (BLD: Enable wheels on Windows-on-ARM)#30352
Conversation
|
Failure is real, contourpy does not provide windows arm wheels on python 3.10. As such, I think I lean towards not bothering to backport this... we were already kind of on the fence. I'd rather keep the versions of python we have in the 3.10 series and not add a new platform than either drop a python version or deal with complicating CI config... Any objections to just not backporting? (@tacaswell @QuLogic in particular) |
|
what does the patch to skip py310 on arm look like? |
|
I think it would be adding the following line to the 3.10 if: matrix.os != 'windows-11-arm' |
Dependencies do not provide wheels, so do not try to build them ourselves (was failing because it was trying to install from nightlies, and no compatible version was provided).
|
I have tried it, now to see if it works, if it does we can go forward with the backport, if not probably not worth further troubleshooting (barring simple things like yaml syntax errors). |
Backport PR #28554: BLD: Enable wheels on Windows-on-ARM