Skip to content

Commit b966089

Browse files
committed
Only build for Windows 11 ARM Python >=3.11 (due to missing numpy)
1 parent 0bacdb5 commit b966089

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
CIBW_ARCHS_LINUX: ${{ runner.arch == 'X64' && 'auto ppc64le s390x' || 'auto' }}
3535
# Need this to be >= 10.13 to support C++17 aligned allocations on Intel
3636
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-15-intel' && '10.13' || (startsWith(matrix.os, 'macos') && '11.0' || '') }}
37+
# Only build Python 3.11+ on Windows 11 ARM
38+
CIBW_BUILD: ${{ matrix.os == 'windows-11-arm' && 'cp311-* cp312-* cp313-* cp314-*' || '' }}
3739

3840
- name: Show files
3941
run: ls -lh wheelhouse

0 commit comments

Comments
 (0)