Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/languages/python-wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Check the [starter template](#starter-template) for an example.

### Version

Pyodide v0.25.1, running Python v3.11.3
Pyodide v0.28.3, running Python v3.13.2

## Code Formatting

Expand Down
2 changes: 1 addition & 1 deletion src/livecodes/vendors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export const prismThemesLaserWaveUrl = /* @__PURE__ */ getUrl(
);

export const pyodideBaseUrl = /* @__PURE__ */ getUrl(
'https://cdn.jsdelivr.net/pyodide/v0.25.1/full/',
'https://cdn.jsdelivr.net/pyodide/v0.28.3/full/',
);

export const qrcodeUrl = /* @__PURE__ */ getUrl('easyqrcodejs@4.6.1/dist/easy.qrcode.min.js');
Expand Down