We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff39dd commit c30f549Copy full SHA for c30f549
1 file changed
.github/workflows/wheels.yml
@@ -214,6 +214,7 @@ jobs:
214
CIBW_BUILD: "*${{ matrix.target }}"
215
CIBW_SKIP: "cp31*t-* pp3*"
216
CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ matrix.lapiversion }}"
217
+ QUICKTIONS_LIMITED_API: "${{ matrix.lapiversion }}"
218
219
- name: Check wheel
220
run: |
0 commit comments