Skip to content

Commit 6a3c955

Browse files
Bump to Pyodide 0.27 (#2117)
* Bump to Pyodide 0.27 * Update the Pyodide target's constraints
1 parent 0b82613 commit 6a3c955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cibuildwheel/resources/build-platforms.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,5 @@ python_configurations = [
190190

191191
[pyodide]
192192
python_configurations = [
193-
{ identifier = "cp312-pyodide_wasm32", version = "3.12", pyodide_version = "0.26.4", pyodide_build_version = "0.29.0", emscripten_version = "3.1.58", node_version = "v20" },
193+
{ identifier = "cp312-pyodide_wasm32", version = "3.12", pyodide_version = "0.27.0", pyodide_build_version = "0.29.2", emscripten_version = "3.1.58", node_version = "v20" },
194194
]

cibuildwheel/resources/constraints-pyodide312.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pydantic-core==2.27.2
6060
# via pydantic
6161
pygments==2.18.0
6262
# via rich
63-
pyodide-build==0.29.0
63+
pyodide-build==0.29.2
6464
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
6565
pyodide-cli==0.2.4
6666
# via
@@ -79,7 +79,7 @@ rich==13.9.4
7979
# pyodide-build
8080
# pyodide-cli
8181
# typer
82-
ruamel-yaml==0.18.6
82+
ruamel-yaml==0.18.7
8383
# via pyodide-build
8484
ruamel-yaml-clib==0.2.12
8585
# via ruamel-yaml

0 commit comments

Comments
 (0)