Skip to content

Commit 2fe7bf8

Browse files
authored
Add arm64 windows native wheel support (#486)
1 parent d6a1200 commit 2fe7bf8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ jobs:
2323
python-version: ["3.10", "3.14-dev", "3.14t-dev"]
2424
architecture: [x86, x64]
2525
os: [windows-latest, windows-2022]
26+
include:
27+
- os: windows-11-arm
28+
architecture: arm64
29+
python-version: "3.11"
30+
- os: windows-11-arm
31+
architecture: arm64
32+
python-version: "3.14"
33+
- os: windows-11-arm
34+
architecture: arm64
35+
python-version: "3.14t"
2636
steps:
2737
- uses: actions/checkout@v4
2838
- uses: ./.github/bottleneck-action
@@ -56,6 +66,7 @@ jobs:
5666
- macos-15-intel
5767
- macos-latest
5868
- windows-latest
69+
- windows-11-arm
5970
- ubuntu-latest
6071
- ubuntu-24.04-arm
6172
steps:
@@ -66,7 +77,7 @@ jobs:
6677
- name: Build wheels
6778
uses: pypa/cibuildwheel@v3.1.4
6879
env:
69-
CIBW_SKIP: "*_i686"
80+
CIBW_SKIP: "*_i686 cp39-win_arm64 cp310-win_arm64"
7081
CIBW_ENABLE: cpython-freethreading
7182

7283
- name: Store wheel artifacts

0 commit comments

Comments
 (0)