File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ jobs:
1515 build :
1616 runs-on : ubuntu-latest
1717 env :
18- PYODIDE_VERSION : 0.27.3
19- # PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
20- # The appropriate versions can be found in the Pyodide repodata.json
21- # "info" field, or in Makefile.envs:
22- # https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2
23- PYTHON_VERSION : 3.12 # any 3.12.x version works
24- EMSCRIPTEN_VERSION : 3.1.58
25- NODE_VERSION : 20
18+ PYODIDE_VERSION : " https://github.com/pyodide/pyodide-build-environment-nightly/releases/download/20250523-emscripten_4.0.9/xbuildenv.tar.bz2"
19+ PYTHON_VERSION : 3.13 # any 3.13.x version works
20+ EMSCRIPTEN_VERSION : 4.0.9
21+ NODE_VERSION : 22
2622 steps :
2723 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2824
You can’t perform that action at this time.
0 commit comments