File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
5666 - macos-15-intel
5767 - macos-latest
5868 - windows-latest
69+ - windows-11-arm
5970 - ubuntu-latest
6071 - ubuntu-24.04-arm
6172 steps :
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
You can’t perform that action at this time.
0 commit comments