Skip to content

Commit 4f99d6c

Browse files
committed
chore: update python-wasm to 0.28.3
1 parent dae1e0f commit 4f99d6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/languages/python-wasm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Check the [starter template](#starter-template) for an example.
101101

102102
### Version
103103

104-
Pyodide v0.25.1, running Python v3.11.3
104+
Pyodide v0.28.3, running Python v3.13.2
105105

106106
## Code Formatting
107107

src/livecodes/vendors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export const prismThemesLaserWaveUrl = /* @__PURE__ */ getUrl(
354354
);
355355

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

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

0 commit comments

Comments
 (0)