Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Backport PR #28554 on branch v3.10.x (BLD: Enable wheels on Windows-on-ARM)#30352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@meeseeksmachine
Copy link
Contributor

Backport PR#28554: BLD: Enable wheels on Windows-on-ARM

@lumberbot-applumberbot-appbot added this to thev3.10.4 milestoneJul 24, 2025
@lumberbot-applumberbot-appbot added the CI: Run cibuildwheelRun wheel building tests on a PR labelJul 24, 2025
@ksunden
Copy link
Member

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)

@tacaswell
Copy link
Member

what does the patch to skip py310 on arm look like?

@ksunden
Copy link
Member

Ithink it would be adding the following line to the 3.10step (this is a pared down version of the pypy condition which was edited already to exclude win-arm).

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).
@ksunden
Copy link
Member

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).

@tacaswelltacaswell merged commit9e38af6 intomatplotlib:v3.10.xJul 25, 2025
35 of 39 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

CI: Run cibuildwheelRun wheel building tests on a PR

Projects

None yet

Milestone

v3.10.5

Development

Successfully merging this pull request may close these issues.

3 participants

@meeseeksmachine@ksunden@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp