Use available Python for Windows ARM wheels

This commit is contained in:
glomatico
2026-07-10 00:01:18 -03:00
parent 209975ee9b
commit d4fb3a9c5f
+6 -1
View File
@@ -50,18 +50,23 @@ jobs:
include:
- name: linux-x86_64
os: ubuntu-latest
python-version: "3.10"
args: ""
- name: linux-aarch64
os: ubuntu-24.04-arm
python-version: "3.10"
args: ""
- name: windows-x86_64
os: windows-latest
python-version: "3.10"
args: ""
- name: windows-arm64
os: windows-11-arm
python-version: "3.12"
args: ""
- name: macos-universal2
os: macos-latest
python-version: "3.10"
args: "--target universal2-apple-darwin"
steps:
@@ -69,7 +74,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: ${{ matrix.python-version }}
- uses: dtolnay/rust-toolchain@stable