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

Skip to content

Commit 2776e4f

Browse files
hrnciartacaswell
authored andcommitted
Add CPython 3.10 wheels
1 parent 276a9f3 commit 2776e4f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ jobs:
6060
CIBW_BUILD: "cp37-* cp38-*"
6161
CIBW_ARCHS: aarch64
6262

63+
- name: Build wheels for CPython 3.10
64+
run: |
65+
python -m cibuildwheel --output-dir dist
66+
env:
67+
CIBW_BUILD: "cp310-*"
68+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
69+
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
70+
CIBW_BEFORE_BUILD: pip install certifi numpy==1.21.2
71+
MPL_DISABLE_FH4: "yes"
72+
CIBW_ARCHS: ${{ matrix.cibw_archs }}
73+
6374
- name: Build wheels for CPython 3.9
6475
run: |
6576
python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)