Skip to content

Commit 371e5df

Browse files
committed
fix
1 parent 7e43168 commit 371e5df

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -169,28 +169,20 @@ jobs:
169169
- target: x64
170170
os: windows-latest
171171
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'
181173
- target: x86
182174
py_arch: "x86"
183175
os: windows-latest
184-
interpreter: "3.13"
176+
interpreter: "3.9 3.10 3.11 3.12"
185177
- target: aarch64
186178
py_arch: "arm64"
187179
os: windows-11-arm
188-
interpreter: "3.13"
180+
interpreter: "3.11 3.12 3.13"
189181
steps:
190182
- uses: actions/checkout@v4
191183
- uses: actions/setup-python@v5
192184
with:
193-
python-version: "${{ matrix.platform.interpreter }}"
185+
python-version: "3.13"
194186
architecture: ${{ matrix.platform.py_arch }}
195187
- uses: dtolnay/rust-toolchain@stable
196188
- name: Build wheels

0 commit comments

Comments
 (0)