Thanks to visit codestin.com Credit goes to github.com
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 4fb84b4 commit 6b1f1edCopy full SHA for 6b1f1ed
1 file changed
.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.16
0 commit comments