Skip to content

Build ARM64 Windows wheels #164

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lazka
Copy link

@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
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

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
3 participants