We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c24046 commit 4d5bec2Copy full SHA for 4d5bec2
1 file changed
.github/workflows/build-wheels.yml
@@ -27,14 +27,11 @@ jobs:
27
python_impl: Pyodide
28
exclude:
29
- os: windows-11-arm
30
- python: 310
31
- python_impl: Python
+ python: cp310
32
33
- python: 311
34
+ python: cp311
35
36
- python: 312
37
+ python: cp312
38
env:
39
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
40
CIBW_BUILD: ${{ matrix.python }}-*
0 commit comments