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

Skip to content

Commit 1eb3d80

Browse files
authored
Merge pull request #18842 from QuLogic/py39
BLD: Add CPython 3.9 wheels.
2 parents 1ed5c91 + 6b8fda8 commit 1eb3d80

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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