We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f919e1c commit ba13e4cCopy full SHA for ba13e4c
.github/workflows/cibuildwheel.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install cibuildwheel
30
run: |
31
- python -m pip install cibuildwheel==1.5.5
+ python -m pip install cibuildwheel==1.6.3
32
33
- name: Copy setup.cfg to configure wheel
34
@@ -39,7 +39,7 @@ jobs:
39
python -m cibuildwheel --output-dir dist
40
env:
41
CIBW_BUILD: "cp3?-*"
42
- CIBW_SKIP: "cp35-* cp36-*"
+ CIBW_SKIP: "cp35-* cp36-* cp39-*"
43
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
44
CIBW_MANYLINUX_I686_IMAGE: manylinux1
45
CIBW_BEFORE_BUILD: pip install certifi numpy==1.15
0 commit comments