File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -169,28 +169,20 @@ jobs:
169
169
- target : x64
170
170
os : windows-latest
171
171
py_arch : " x64"
172
- interpreter : " pypy3.10"
173
- - target : x64
174
- os : windows-latest
175
- py_arch : " x64"
176
- interpreter : " pypy3.9"
177
- - target : x64
178
- os : windows-latest
179
- py_arch : " x64"
180
- interpreter : " 3.13"
172
+ interpreter : ' 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10'
181
173
- target : x86
182
174
py_arch : " x86"
183
175
os : windows-latest
184
- interpreter : " 3.13 "
176
+ interpreter : " 3.9 3.10 3.11 3.12 "
185
177
- target : aarch64
186
178
py_arch : " arm64"
187
179
os : windows-11-arm
188
- interpreter : " 3.13"
180
+ interpreter : " 3.11 3.12 3. 13"
189
181
steps :
190
182
- uses : actions/checkout@v4
191
183
- uses : actions/setup-python@v5
192
184
with :
193
- python-version : " ${{ matrix.platform.interpreter }} "
185
+ python-version : " 3.13 "
194
186
architecture : ${{ matrix.platform.py_arch }}
195
187
- uses : dtolnay/rust-toolchain@stable
196
188
- name : Build wheels
You can’t perform that action at this time.
0 commit comments