Skip to content

Commit ef17bda

Browse files
authored
Upgrade pyodide version to v0.26.1 (#20)
* Update qpyodide.lua * Add note
1 parent 3113d23 commit ef17bda

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_extensions/pyodide/qpyodide.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ 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.25.0"
15+
local baseVersionPyodide = "0.26.1"
1616

1717
-- Define where Pyodide can be found. Default:
18-
-- https://cdn.jsdelivr.net/pyodide/v0.25.0/full/
19-
-- https://cdn.jsdelivr.net/pyodide/v0.25.0/debug/
18+
-- https://cdn.jsdelivr.net/pyodide/v0.z.y/full/
19+
-- https://cdn.jsdelivr.net/pyodide/v0.z.y/debug/
2020
local baseUrl = "https://cdn.jsdelivr.net/pyodide/v".. baseVersionPyodide .."/"
2121
local buildVariant = "full/"
2222
local indexURL = baseUrl .. buildVariant
@@ -463,4 +463,4 @@ return {
463463
{
464464
Pandoc = stitchDocument
465465
}
466-
}
466+
}

docs/qpyodide-release-notes.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ format:
1313
[quarto]: https://quarto.org/
1414

1515

16-
# 0.0.1.dev-1: What does the Python Say? (??-??-????)
16+
# 0.0.1.dev-2: ??? (??-??-????)
1717

1818
## Features
1919

20+
- Updated the version of Pyodide from 0.25.0 to 0.26.1 ([#20](https://github.com/coatless-quarto/pyodide/pull/20))
2021
- New code cell option that set the interactive cell to be read-only. ([#4](https://github.com/coatless-quarto/pyodide/issues/4))
2122

2223
## Changes

0 commit comments

Comments
 (0)