8000 Merge pull request #18773 from QuLogic/update-cibuildwheel · matplotlib/matplotlib@1081cbf · GitHub
[go: up one dir, main page]

Skip to content

Commit 1081cbf

Browse files
authored
Merge pull request #18773 from QuLogic/update-cibuildwheel
Update to latest cibuildwheel release.
2 parents 4fb84b4 + 6b1f1ed commit 1081cbf

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< 8A6D /span>
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)
0