You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments