We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e49351 commit d176d6fCopy full SHA for d176d6f
.github/workflows/wheels.yml
@@ -188,6 +188,11 @@ jobs:
188
lapiversion: '3.9'
189
- os: 'windows-11-arm'
190
191
+ include:
192
+ - os: 'windows-latest'
193
+ lapiversion: '3.10'
194
+ - os: 'windows-11-arm'
195
196
197
steps:
198
- name: Check out project
@@ -238,7 +243,8 @@ jobs:
238
243
matrix.os == 'windows-11-arm' && '*win_arm64' ||
239
244
matrix.os == 'macos-latest' && '*macosx_x86_64' ||
240
245
'' }}
241
- CIBW_SKIP: "cp31*t-* cp38-* ${{ matrix.lapiversion != '3.9' && 'cp39-* cp310-* cp311-*' || '' }}"
246
+ CIBW_SKIP: "cp31*t-*"
247
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ matrix.lapiversion }}"
242
248
LUPA_LIMITED_API: "${{ matrix.lapiversion }}"
249
250
- name: Check wheel
0 commit comments