Skip to content

Commit a707366

Browse files
committed
fixup
1 parent 79f6f7f commit a707366

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/windows.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ jobs:
6262
run: python -m pip install cibuildwheel==2.7.0
6363
- name: Build wheels
6464
working-directory: mysqlclient
65-
run: python -m cibuildwheel --output-dir dist
65+
env:
66+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
67+
CIBW_ARCHS_WINDOWS: "AMD64"
68+
run: python -m cibuildwheel --prerelease-pythons --output-dir dist
6669

6770
#- name: Build wheels
6871
# shell: cmd

0 commit comments

Comments
 (0)