We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4163d1d + 0ba9427 commit 9b14a62Copy full SHA for 9b14a62
2 files changed
docs/docs/languages/python-wasm.mdx
@@ -101,7 +101,7 @@ Check the [starter template](#starter-template) for an example.
101
102
### Version
103
104
-Pyodide v0.28.3, running Python v3.13.2
+Pyodide v0.29.0, running Python v3.13.2
105
106
## Code Formatting
107
src/livecodes/vendors.ts
@@ -354,7 +354,7 @@ export const prismThemesLaserWaveUrl = /* @__PURE__ */ getUrl(
354
);
355
356
export const pyodideBaseUrl = /* @__PURE__ */ getUrl(
357
- 'https://cdn.jsdelivr.net/pyodide/v0.28.3/full/',
+ 'https://cdn.jsdelivr.net/pyodide/v0.29.0/full/',
358
359
360
export const qrcodeUrl = /* @__PURE__ */ getUrl('easyqrcodejs@4.6.1/dist/easy.qrcode.min.js');
0 commit comments