Skip to content

Commit 85252f4

Browse files
Bump to Pyodide version 0.27.0
1 parent 6caf076 commit 85252f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-emscripten.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ env:
1515
DISABLE_NUMCODECS_AVX2: 1
1616
DISABLE_NUMCODECS_SSE2: 1
1717
# Common environment variables for both build and test jobs
18-
PYODIDE_VERSION: 0.27.0a2
18+
PYODIDE_VERSION: 0.27.0
1919
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
2020
# The appropriate versions can be found in the Pyodide repodata.json
2121
# "info" field, or in Makefile.envs:
2222
# https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2
23-
PYTHON_VERSION: 3.12.1
23+
PYTHON_VERSION: 3.12 # any 3.12.x version works
2424
EMSCRIPTEN_VERSION: 3.1.58
2525
NODE_VERSION: 20
2626

0 commit comments

Comments
 (0)