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

Skip to content

Commit f51e408

Browse files
authored
Merge pull request #18778 from meeseeksmachine/auto-backport-of-pr-18773-on-v3.3.x
Backport PR #18773 on branch v3.3.x (Update to latest cibuildwheel release.)
2 parents f919e1c + ba13e4c commit f51e408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.15

0 commit comments

Comments
 (0)