Bump to Pyodide v0.29.2 (#2719)

* Bump to Pyodide v0.29.2

* Bump the Pyodide constraints too

* Include new auditwheel-emscripten and pyodide-build release

* Bump pyodide-build in test to a newer version

Co-Authored-By: Gyeongjae Choi <def6488@gmail.com>

---------

Co-authored-by: Gyeongjae Choi <def6488@gmail.com>
This commit is contained in:
Agriya Khetarpal
2026-01-27 09:22:16 +00:00
committed by GitHub
co-authored by Gyeongjae Choi
parent dc4fc9c3fe
commit 9a15d0851e
12 changed files with 60 additions and 58 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ python_configurations = [
[pyodide]
python_configurations = [
{ identifier = "cp312-pyodide_wasm32", version = "3.12", default_pyodide_version = "0.27.7", node_version = "v22" },
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.29.0", node_version = "v22" },
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.29.2", node_version = "v22" },
]
[android]