File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments