We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e6afd6 + 0c55728 commit de50ba9Copy full SHA for de50ba9
.github/workflows/cibuildwheel.yml
@@ -107,14 +107,13 @@ jobs:
107
- name: Build wheels for PyPy
108
uses: pypa/cibuildwheel@v2.9.0
109
env:
110
- CIBW_BUILD: "pp38-*"
+ CIBW_BUILD: "pp38-* pp39-*"
111
CIBW_SKIP: "*-musllinux*"
112
CIBW_BEFORE_BUILD: >-
113
pip install certifi oldest-supported-numpy &&
114
git clean -fxd build
115
CIBW_ARCHS: ${{ matrix.cibw_archs }}
116
- PIP_USE_FEATURE: in-tree-build
117
- if: false && matrix.cibw_archs != 'aarch64'
+ if: matrix.cibw_archs != 'aarch64'
118
119
- name: Validate that LICENSE files are included in wheels
120
run: |
0 commit comments