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

Skip to content

Commit 4b2fc04

Browse files
committed
BLD: no pypy support for py311 yet
1 parent 57e410f commit 4b2fc04

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,16 @@ jobs:
163163
CIBW_BUILD: "cp311-*"
164164
CIBW_ARCHS: ${{ matrix.cibw_archs }}
165165

166-
- name: Build wheels for PyPy
167-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
168-
with:
169-
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
170-
env:
171-
CIBW_BUILD: "pp310-*"
172-
CIBW_ARCHS: ${{ matrix.cibw_archs }}
173-
CIBW_ENABLE: pypy
174-
if: matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest'
166+
## pypy does not currently support python 3.11, uncomment this block when it does
167+
# - name: Build wheels for PyPy
168+
# uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
169+
# with:
170+
# package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
171+
# env:
172+
# CIBW_BUILD: "pp311-*"
173+
# CIBW_ARCHS: ${{ matrix.cibw_archs }}
174+
# CIBW_ENABLE: pypy
175+
# if: matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest'
175176

176177
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
177178
with:

0 commit comments

Comments
 (0)