8000 Merge pull request #21439 from meeseeksmachine/auto-backport-of-pr-21… · matplotlib/matplotlib@9781658 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9781658

Browse 10000 files
authored
Merge pull request #21439 from meeseeksmachine/auto-backport-of-pr-21420-on-v3.5.x
Backport PR #21420 on branch v3.5.x (Enable Python 3.10 wheel building on all systems)
2 parents 0f7f1b0 + 8ef676e commit 9781658

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,11 @@ jobs:
6464
- name: Build wheels for CPython 3.10
6565
run: |
6666
python -m cibuildwheel --output-dir dist
67-
if: matrix.os != 'macos-10.15'
6867
env:
6968
CIBW_BUILD: "cp310-*"
7069
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
7170
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
72-
CIBW_BEFORE_BUILD: pip install certifi numpy==1.21.2
71+
CIBW_BEFORE_BUILD: pip install certifi numpy==1.21.3
7372
MPL_DISABLE_FH4: "yes"
7473
CIBW_ARCHS: ${{ matrix.cibw_archs }}
7574

0 commit comments

Comments
 (0)
0