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 78a6000 commit ccf79ecCopy full SHA for ccf79ec
.github/workflows/wasm.yml
@@ -49,9 +49,16 @@ jobs:
49
with:
50
python-version: '3.13'
51
52
- - name: Build wheels for wasm
+ - name: Build wheels for wasm 3.12
53
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
54
env:
55
+ CIBW_BUILD: "cp312-*"
56
+ CIBW_PLATFORM: "pyodide"
57
+
58
+ - name: Build wheels for wasm 3.13
59
+ uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
60
+ env:
61
+ CIBW_BUILD: "cp313-*"
62
CIBW_PLATFORM: "pyodide"
63
64
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
0 commit comments