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 fabae96 commit 839f84cCopy full SHA for 839f84c
azure-pipelines.yml
@@ -94,11 +94,11 @@ jobs:
94
vmImage: ubuntu-22.04
95
variables:
96
# Need to match Python version and Emscripten version for the correct
97
- # Pyodide version. For example, for Pyodide version 0.25.1, see
98
- # https://github.com/pyodide/pyodide/blob/0.25.1/Makefile.envs
99
- PYODIDE_VERSION: '0.26.0'
+ # Pyodide version. For example, for Pyodide version 0.27.2, see
+ # https://github.com/pyodide/pyodide/blob/0.27.2/Makefile.envs
+ PYODIDE_VERSION: '0.27.2'
100
EMSCRIPTEN_VERSION: '3.1.58'
101
- PYTHON_VERSION: '3.12.1'
+ PYTHON_VERSION: '3.12.7'
102
103
dependsOn: [git_commit, linting]
104
condition: |
0 commit comments