Skip to content

Commit 1f3e4f7

Browse files
committed
Upgrade Pyodide to 0.27.0
1 parent f2afcbe commit 1f3e4f7

File tree

4 files changed

+14
-18
lines changed

4 files changed

+14
-18
lines changed

_extensions/live/live.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ function setupPyodide(doc)
528528

529529
-- Initial Pyodide startup options
530530
local pyodide_options = {
531-
indexURL = "https://cdn.jsdelivr.net/pyodide/v0.26.1/full/",
531+
indexURL = "https://cdn.jsdelivr.net/pyodide/v0.27.0/full/",
532532
}
533533
if (pyodide["engine-url"]) then
534534
pyodide_options["indexURL"] = pandoc.utils.stringify(pyodide["engine-url"])

0 commit comments

Comments
 (0)