Skip to content

Commit

Permalink
Upgrade Pyodide to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Jan 4, 2025
1 parent f2afcbe commit 1f3e4f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion _extensions/live/live.lua
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ function setupPyodide(doc)

-- Initial Pyodide startup options
local pyodide_options = {
indexURL = "https://cdn.jsdelivr.net/pyodide/v0.26.1/full/",
indexURL = "https://cdn.jsdelivr.net/pyodide/v0.27.0/full/",
}
if (pyodide["engine-url"]) then
pyodide_options["indexURL"] = pandoc.utils.stringify(pyodide["engine-url"])
Expand Down
Loading

0 comments on commit 1f3e4f7

Please sign in to comment.