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

Skip to content

Commit 9f5c041

Browse files
authored
Merge pull request #23637 from matthewfeickert/ci/add-python-3.11-wheels
BLD: Add Python 3.11 builds to CI
2 parents 276436a + 84e82a2 commit 9f5c041

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454

55+
- name: Build wheels for CPython 3.11
56+
uses: pypa/[email protected]
57+
env:
58+
CIBW_BUILD: "cp311-*"
59+
CIBW_SKIP: "*-musllinux*"
60+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
61+
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
62+
CIBW_BEFORE_BUILD: >-
63+
pip install certifi oldest-supported-numpy &&
64+
git clean -fxd build
65+
MPL_DISABLE_FH4: "yes"
66+
CIBW_ARCHS: ${{ matrix.cibw_archs }}
67+
5568
- name: Build wheels for CPython 3.10
5669
uses: pypa/[email protected]
5770
env:

0 commit comments

Comments
 (0)