We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491451b commit fe781deCopy full SHA for fe781de
1 file changed
.github/workflows/emscripten.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-python@v5
18
with:
19
- python-version: '3.12'
+ python-version: '3.13'
20
- run: pip install pyodide-build
21
- shell: bash
22
run: |
@@ -34,5 +34,7 @@ jobs:
34
pip install maturin
35
# rustup install nightly-2025-02-01
36
# rustup default nightly-2025-02-01
37
+ rustup install nightly
38
+ rustup default nightly
39
rustup target add wasm32-unknown-emscripten
40
maturin build --target wasm32-unknown-emscripten -i 3.12
0 commit comments