Skip to content

Conversation

@lazka
Copy link
Contributor

@lazka lazka commented Apr 22, 2025

ARM64 Python is available since Python 3.11, so add specs for 3.11-3.13

Use actions/setup-python to avoid using the host Python (3.9 currently on windows-2022) since the arm image doesn't have a native Python atm (see actions/partner-runner-images#85) and cibuildwheel warns that it will require 3.11 with v3, so might as well bump it for everything.

Also adds one arm64 build to the default matrix setup, since the separate image makes it different enough to warrant testing on PRs imo.

Fixes #109

@lazka
Copy link
Contributor Author

lazka commented Apr 22, 2025

Here is a full matrix build for this PR, to see that all of them work: https://github.com/lazka/cffi/actions/runs/14604224847 https://github.com/lazka/cffi/actions/runs/14610934157

ARM64 Python is available since Python 3.11, so add specs for 3.11-3.13

Use actions/setup-python to avoid using the host Python (3.9 currently
on windows-2022) since the arm image doesn't have a native Python atm
(see actions/partner-runner-images#85) and
cibuildwheel warns that it will require 3.11 with v3, so might as well
bump it for everything.

Also adds one arm64 build to the default matrix setup, since the separate
image makes it different enough to warrant testing on PRs imo.

Fixes python-cffi#109
@arigo
Copy link
Contributor

arigo commented Apr 23, 2025

@nitzmahone

@khmyznikov
Copy link

@arigo @nitzmahone @ofek What is the current blocker?

@lazka lazka closed this Jun 13, 2025
@lazka
Copy link
Contributor Author

lazka commented Jun 13, 2025

Looks like this is no going to get merged given #177, so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please provide Windows ARM64 wheels

4 participants