Skip to content

Commit fe81185

Browse files
authored
Merge pull request #18928 from meeseeksmachine/auto-backport-of-pr-18842-on-v3.3.x
Backport PR #18842 on branch v3.3.x (Add CPython 3.9 wheels.)
2 parents 34bd554 + 48f49df commit fe81185

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ jobs:
3434
run: |
3535
cp setup.cfg.template setup.cfg
3636
37+
- name: Build wheels for CPython 3.9
38+
run: |
39+
python -m cibuildwheel --output-dir dist
40+
env:
41+
CIBW_BUILD: "cp39-*"
42+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
43+
CIBW_MANYLINUX_I686_IMAGE: manylinux1
44+
CIBW_BEFORE_BUILD: pip install certifi numpy==1.19.3
45+
MPL_DISABLE_FH4: "yes"
46+
3747
- name: Build wheels for CPython
3848
run: |
3949
python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)