Skip to content

Commit ae3b707

Browse files
authored
update pyodide to 0.21.0 release version (#226)
https://github.com/pyodide/pyodide/releases/tag/0.21.0
1 parent 4774adf commit ae3b707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "tests/emscripten_runner.js",
99
"dependencies": {
1010
"prettier": "^2.7.1",
11-
"pyodide": "^0.21.0-alpha.2"
11+
"pyodide": "^0.21.0"
1212
},
1313
"scripts": {
1414
"test": "node tests/emscripten_runner.js",

wasm-preview/worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ self.onmessage = async ({data}) => {
8181
get(`./run_tests.py?v=${Date.now()}`, 'text'),
8282
// e4cf2e2 commit matches the pydantic-core wheel being used, so tests should pass
8383
get(zip_url, 'blob'),
84-
importScripts('https://cdn.jsdelivr.net/pyodide/v0.21.0a3/full/pyodide.js'),
84+
importScripts('https://cdn.jsdelivr.net/pyodide/v0.21.0/full/pyodide.js'),
8585
]);
8686

8787
const pyodide = await loadPyodide();

0 commit comments

Comments
 (0)