Skip to content

Commit b4e404e

Browse files
committed
exclude Windows
1 parent 557df24 commit b4e404e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packaging_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- { minimal: true, python: cp311 }
4646
- { minimal: true, python: cp312 }
4747
- { minimal: true, platform: { arch: universal2 } }
48+
- { python: cp314t, platform: { os: windows-2025 } }
49+
4850
runs-on: ${{ matrix.platform.os }}
4951
env:
5052
CIBW_TEST_SKIP: ${{ inputs.testsuite == 'none' && '*' || '*-macosx_universal2' }}

0 commit comments

Comments
 (0)