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 ea8dfaf commit 8affb1aCopy full SHA for 8affb1a
.github/workflows/wheels.yml
@@ -78,6 +78,9 @@ jobs:
78
python: "cp313t"
79
- buildplat: [ macos13, macosx_x86_64, openblas ]
80
python: "cp314t"
81
+ include:
82
+ - buildplat: [ ubuntu-22.04, pyodide_wasm32, "" ]
83
+ python: ["cp312"]
84
85
env:
86
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }} # used in a cibw_*.sh script
0 commit comments