Skip to content

Commit 71fd951

Browse files
authored
add Windows ARM64 support
1 parent 28d1db1 commit 71fd951

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ${{ matrix.os }}
7070
strategy:
7171
matrix:
72-
os: [ubuntu-latest, macos-latest, windows-latest]
72+
os: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm]
7373
cibw_arch: ["auto64", "aarch64", "universal2"]
7474
cibw_python:
7575
- "cp39"
@@ -87,6 +87,16 @@ jobs:
8787
cibw_arch: universal2
8888
- os: windows-latest
8989
cibw_arch: aarch64
90+
- os: windows-11-arm
91+
cibw_arch: universal2
92+
- os: windows-11-arm
93+
cibw_arch: aarch64
94+
- os: windows-11-arm
95+
cibw_arch: auto64
96+
- os: windows-11-arm
97+
cibw_arch: "cp39"
98+
- os: windows-11-arm
99+
cibw_arch: "cp10"
90100

91101
defaults:
92102
run:

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
18-
os: [windows-latest, ubuntu-latest, macos-latest]
18+
os: [windows-latest, ubuntu-latest, macos-latest, windows-11-arm]
19+
exclude:
20+
- os: windows-11-arm
21+
python-version: "3.9"
22+
- os: windows-11-arm
23+
python-version: "3.10"
1924

2025
env:
2126
PIP_DISABLE_PIP_VERSION_CHECK: 1

0 commit comments

Comments
 (0)