Skip to content

Commit 7aade41

Browse files
committed
Use release version of pyodide
1 parent 4a8bf61 commit 7aade41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ python_configurations = [
169169

170170
[pyodide]
171171
python_configurations = [
172-
{ identifier = "cp312-pyodide_wasm32", version = "3.12.1", pyodide_version = "0.26.0a6", emscripten_version = "3.1.58", node_version = "v20" },
172+
{ identifier = "cp312-pyodide_wasm32", version = "3.12.1", pyodide_version = "0.26.0", emscripten_version = "3.1.58", node_version = "v20" },
173173
]

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pydantic-core==2.18.2
6464
# via pydantic
6565
pygments==2.18.0
6666
# via rich
67-
pyodide-build==0.26.0a6
67+
pyodide-build==0.26.0
6868
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
6969
pyodide-cli==0.2.3
7070
# via

0 commit comments

Comments
 (0)