Skip to content

Commit e05db65

Browse files
committed
ci: Only build wasm for Python 3.12
There seems to be some issue with Python 3.13 that I can't investigate right now.
1 parent 78a6000 commit e05db65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Build wheels for wasm
5353
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
5454
env:
55+
CIBW_BUILD: "cp312-*"
5556
CIBW_PLATFORM: "pyodide"
5657

5758
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0

0 commit comments

Comments
 (0)