We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0ff33 commit a46ef5dCopy full SHA for a46ef5d
.github/workflows/wheels.yml
@@ -250,7 +250,7 @@ jobs:
250
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
251
env:
252
CIBW_BUILD: "*${{ matrix.target }}"
253
- CIBW_SKIP: "cp31*t-*"
+ CIBW_SKIP: "cp31*t-* pp3*"
254
CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ matrix.lapiversion }}"
255
LUPA_LIMITED_API: "${{ matrix.lapiversion }}"
256
0 commit comments