Skip to content

Commit 9b14a62

Browse files
authored
Merge pull request #912 from m2y11138/update-python-wasm-to-0.29.0
Update python wasm to 0.29.0
2 parents 4163d1d + 0ba9427 commit 9b14a62

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.28.3, running Python v3.13.2
104+
Pyodide v0.29.0, 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.28.3/full/',
357+
'https://cdn.jsdelivr.net/pyodide/v0.29.0/full/',
358358
);
359359

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

0 commit comments

Comments
 (0)