We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af0b17 commit 9b199b2Copy full SHA for 9b199b2
.github/workflows/pyo3-wheels.yml
@@ -168,13 +168,19 @@ jobs:
168
169
exclude:
170
- platform: windows
171
- python-version: graalpy-24
+ arch: aarch64
172
+ python-version: 3.9
173
+ - platform: windows
174
+ python-versin: 3.10
175
176
177
arch: aarch64
- python-version: pypy-3.1
178
+ python-version: pypy-3.10
179
180
181
python-version: pypy-3.11
182
183
+ python-version: graalpy-24
184
185
include:
186
- wheel: "3.x"
0 commit comments