Skip to content

Commit 7ba7f47

Browse files
committed
Bump pyodide version to 0.26.2 to fix the AMD define issue
1 parent e611095 commit 7ba7f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/pyodide/qpyodide.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local hasDonePyodideSetup = false
1212
-- https://pyodide.org/en/stable/usage/api/js-api.html#globalThis.loadPyodide
1313

1414
-- Define a base compatibile version
15-
local baseVersionPyodide = "0.26.1"
15+
local baseVersionPyodide = "0.26.2"
1616

1717
-- Define where Pyodide can be found. Default:
1818
-- https://cdn.jsdelivr.net/pyodide/v0.z.y/full/

0 commit comments

Comments
 (0)