Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a707366

Browse files
committedJun 21, 2022
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

Lines changed: 4 additions & 1 deletion
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)
Please sign in to comment.