8000
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 60dd8e3 commit 6bf0ba5Copy full SHA for 6bf0ba5
azure-pipelines.yml
@@ -124,9 +124,9 @@ jobs:
124
vmImage: ubuntu-22.04
125
variables:
126
# Need to match Python version and Emscripten version for the correct
127
- # Pyodide version. For example, for Pyodide version 0.25.0, see
128
- # https://github.com/pyodide/pyodide/blob/0.25.0/Makefile.envs
129
- PYODIDE_VERSION: '0.25.0'
+ # Pyodide version. For example, for Pyodide version 0.25.1, see
+ # https://github.com/pyodide/pyodide/blob/0.25.1/Makefile.envs
+ PYODIDE_VERSION: '0.25.1'
130
EMSCRIPTEN_VERSION: '3.1.46'
131
PYTHON_VERSION: '3.11.3'
132
0 commit comments