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 6caf076 commit 85252f4Copy full SHA for 85252f4
.github/workflows/ci-emscripten.yaml
@@ -15,12 +15,12 @@ env:
15
DISABLE_NUMCODECS_AVX2: 1
16
DISABLE_NUMCODECS_SSE2: 1
17
# Common environment variables for both build and test jobs
18
- PYODIDE_VERSION: 0.27.0a2
+ PYODIDE_VERSION: 0.27.0
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.1
+ PYTHON_VERSION: 3.12 # any 3.12.x version works
24
EMSCRIPTEN_VERSION: 3.1.58
25
NODE_VERSION: 20
26
0 commit comments