Skip to content

Commit af73044

Browse files
committed
drop windows
1 parent 84604d2 commit af73044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-22.04, windows-2022, macos-13]
33+
os: [ubuntu-22.04, macos-13]
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: pypa/[email protected]
3737
env:
3838
MACOSX_DEPLOYMENT_TARGET: 10.15
3939
CIBW_ARCHS_MACOS: auto universal2
40-
CIBW_SKIP: "*-manylinux_i686 *-musllinux_* *-win32 pp37-win_amd64 cp312-win_amd64"
40+
CIBW_SKIP: "*-manylinux_i686 *-musllinux_*"
4141
CIBW_BUILD_VERBOSITY: 1
4242
- name: Verify clean directory
4343
run: git diff --exit-code

0 commit comments

Comments
 (0)