Skip to content

Commit

Permalink
Bump to Pyodide 0.27 (#2117)
Browse files Browse the repository at this point in the history
* Bump to Pyodide 0.27

* Update the Pyodide target's constraints
  • Loading branch information
agriyakhetarpal authored and henryiii committed Feb 25, 2025
1 parent 017abbb commit 5a5e514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cibuildwheel/resources/build-platforms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ python_configurations = [

[pyodide]
python_configurations = [
{ 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" },
{ 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" },
]
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-pyodide312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pydantic-core==2.27.0
# via pydantic
pygments==2.18.0
# via rich
pyodide-build==0.29.0
pyodide-build==0.29.2
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
pyodide-cli==0.2.4
# via
Expand All @@ -79,7 +79,7 @@ rich==13.9.4
# pyodide-build
# pyodide-cli
# typer
ruamel-yaml==0.18.6
ruamel-yaml==0.18.7
# via pyodide-build
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
Expand Down

0 comments on commit 5a5e514

Please # to comment.