Skip to content

Commit 839f84c

Browse files
authored
CI Update Pyodide version to 0.27.2 (scikit-learn#30823)
1 parent fabae96 commit 839f84c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
vmImage: ubuntu-22.04
9595
variables:
9696
# 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'
97+
# Pyodide version. For example, for Pyodide version 0.27.2, see
98+
# https://github.com/pyodide/pyodide/blob/0.27.2/Makefile.envs
99+
PYODIDE_VERSION: '0.27.2'
100100
EMSCRIPTEN_VERSION: '3.1.58'
101-
PYTHON_VERSION: '3.12.1'
101+
PYTHON_VERSION: '3.12.7'
102102

103103
dependsOn: [git_commit, linting]
104104
condition: |

0 commit comments

Comments
 (0)