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
@@ -99,7 +99,7 @@ def test_pyodide_version_incompatible(tmp_path, capfd):
tmp_path,
add_args=["--platform", "pyodide"],
add_env={
"CIBW_DEPENDENCY_VERSIONS": "packages: pyodide-build==0.29.3",
"CIBW_DEPENDENCY_VERSIONS": "packages: pyodide-build==0.31.2",
"CIBW_PYODIDE_VERSION": "0.26.0a6",
},
)