Skip to content

Commit 8af0294

Browse files
committed
Let cibuildwheel figure out supported pythons itself
1 parent 3808e30 commit 8af0294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ jobs:
156156
- name: Build wheels
157157
run: cibuildwheel --output-dir dist
158158
env:
159-
CIBW_BUILD: "cp3{6,7,8,9}-*,pp3{6,7}-*"
160159
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit.
161160
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
162161
# Fully test the build wheels again.

0 commit comments

Comments
 (0)