@@ -22,10 +22,10 @@ jobs:
22
22
steps :
23
23
- name : Checkout source
24
24
25
- - name : Set up Python 3.12 for linting
25
+ - name : Set up Python 3.13 for linting
26
26
27
27
with :
28
- python-version : ' 3.12 '
28
+ python-version : ' 3.13 '
29
29
- name : Install dependencies
30
30
run : |-
31
31
python -m pip install --upgrade pip
@@ -50,10 +50,10 @@ jobs:
50
50
steps :
51
51
- name : Checkout source
52
52
53
- - name : Set up Python 3.12
53
+ - name : Set up Python 3.13
54
54
55
55
with :
56
- python-version : ' 3.12 '
56
+ python-version : ' 3.13 '
57
57
- name : Upgrade pip
58
58
run : |-
59
59
python -m pip install --upgrade pip
@@ -123,17 +123,16 @@ jobs:
123
123
- ubuntu-latest
124
124
- macOS-latest
125
125
- windows-latest
126
- # cibw_skip:
127
- # - '*-win32'
126
+ cibw_skip :
127
+ - ' *-win32 *-win32 cp313-musllinux_i686 '
128
128
arch :
129
129
- auto
130
130
steps :
131
131
- name : Checkout source
132
132
133
133
- name : Enable MSVC 64bit
134
134
uses : ilammy/msvc-dev-cmd@v1
135
- # if: matrix.os == 'windows-latest' && ${{ contains(matrix.cibw_skip, '*-win32') }}
136
- if : matrix.os == 'windows-latest'
135
+ if : matrix.os == 'windows-latest' && ${{ contains(matrix.cibw_skip, '*-win32') }}
137
136
- name : Set up QEMU
138
137
139
138
if : runner.os == 'Linux' && matrix.arch != 'auto'
@@ -145,16 +144,16 @@ jobs:
145
144
output-dir : wheelhouse
146
145
config-file : pyproject.toml
147
146
env :
148
- # CIBW_SKIP: ${{ matrix.cibw_skip }}
147
+ CIBW_SKIP : ${{ matrix.cibw_skip }}
149
148
CIBW_ARCHS_LINUX : ${{ matrix.arch }}
150
149
- name : Show built files
151
150
shell : bash
152
151
run : ls -la wheelhouse
153
- - name : Set up Python 3.12 to combine coverage
152
+ - name : Set up Python 3.13 to combine coverage
154
153
155
154
if : runner.os == 'Linux'
156
155
with :
157
- python-version : ' 3.12 '
156
+ python-version : ' 3.13 '
158
157
- name : Combine coverage Linux
159
158
if : runner.os == 'Linux'
160
159
run : |-
@@ -217,23 +216,23 @@ jobs:
217
216
install-extras : tests-strict,runtime-strict
218
217
os : windows-latest
219
218
arch : auto
220
- - python-version : 3.13.0-rc.2
219
+ - python-version : ' 3.13'
221
220
install-extras : tests-strict,runtime-strict,optional-strict
222
221
os : ubuntu-latest
223
222
arch : auto
224
- - python-version : 3.13.0-rc.2
223
+ - python-version : ' 3.13'
225
224
install-extras : tests-strict,runtime-strict,optional-strict
226
225
os : macOS-latest
227
226
arch : auto
228
- - python-version : 3.13.0-rc.2
227
+ - python-version : ' 3.13'
229
228
install-extras : tests-strict,runtime-strict,optional-strict
230
229
os : windows-latest
231
230
arch : auto
232
- - python-version : 3.13.0-rc.2
231
+ - python-version : ' 3.13'
233
232
install-extras : tests
234
233
os : macOS-latest
235
234
arch : auto
236
- - python-version : 3.13.0-rc.2
235
+ - python-version : ' 3.13'
237
236
install-extras : tests
238
237
os : windows-latest
239
238
arch : auto
@@ -257,7 +256,7 @@ jobs:
257
256
install-extras : tests,optional
258
257
os : ubuntu-latest
259
258
arch : auto
260
- - python-version : 3.13.0-rc.2
259
+ - python-version : ' 3.13'
261
260
install-extras : tests,optional
262
261
os : ubuntu-latest
263
262
arch : auto
@@ -281,7 +280,7 @@ jobs:
281
280
install-extras : tests,optional
282
281
os : macOS-latest
283
282
arch : auto
284
- - python-version : 3.13.0-rc.2
283
+ - python-version : ' 3.13'
285
284
install-extras : tests,optional
286
285
os : macOS-latest
287
286
arch : auto
@@ -305,7 +304,7 @@ jobs:
305
304
install-extras : tests,optional
306
305
os : windows-latest
307
306
arch : auto
308
- - python-version : 3.13.0-rc.2
307
+ - python-version : ' 3.13'
309
308
install-extras : tests,optional
310
309
os : windows-latest
311
310
arch : auto
0 commit comments