Backport PR #28554 on branch v3.10.x (BLD: Enable wheels on Windows-on-ARM) by meeseeksmachine · Pull Request #30352 · matplotlib/matplotlib · GitHub
Skip to content

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

Merged
tacaswell merged 2 commits into
matplotlib:v3.10.xfrom
meeseeksmachine:auto-backport-of-pr-28554-on-v3.10.x
Jul 25, 2025
Merged

Backport PR #28554 on branch v3.10.x (BLD: Enable wheels on Windows-on-ARM)#30352
tacaswell merged 2 commits into
matplotlib:v3.10.xfrom
meeseeksmachine:auto-backport-of-pr-28554-on-v3.10.x

Conversation

@meeseeksmachine

Copy link
Copy Markdown
Contributor

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

@lumberbot-app lumberbot-app Bot added this to the v3.10.4 milestone Jul 24, 2025
@lumberbot-app lumberbot-app Bot added the CI: Run cibuildwheel Run wheel building tests on a PR label Jul 24, 2025
@ksunden

ksunden commented Jul 25, 2025

Copy link
Copy Markdown
Member

@tacaswell

Copy link
Copy Markdown
Member

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

@ksunden

ksunden commented Jul 25, 2025

Copy link
Copy Markdown
Member

I think it would be adding the following line to the 3.10 step (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

ksunden commented Jul 25, 2025

Copy link
Copy Markdown
Member

@tacaswell tacaswell merged commit 9e38af6 into matplotlib:v3.10.x Jul 25, 2025
35 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: Run cibuildwheel Run wheel building tests on a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants