Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b1f1ed

Browse files
committed
Update to latest cibuildwheel release.
While that adds 3.9 support, we currently will skip it until NumPy releases its wheels.
1 parent 4fb84b4 commit 6b1f1ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install cibuildwheel
3030
run: |
31-
python -m pip install cibuildwheel==1.5.5
31+
python -m pip install cibuildwheel==1.6.3
3232
3333
- name: Copy setup.cfg to configure wheel
3434
run: |
@@ -39,7 +39,7 @@ jobs:
3939
python -m cibuildwheel --output-dir dist
4040
env:
4141
CIBW_BUILD: "cp3?-*"
42-
CIBW_SKIP: "cp35-* cp36-*"
42+
CIBW_SKIP: "cp35-* cp36-* cp39-*"
4343
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
4444
CIBW_MANYLINUX_I686_IMAGE: manylinux1
4545
CIBW_BEFORE_BUILD: pip install certifi numpy==1.16

0 commit comments

Comments
 (0)