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.
1 parent dae1e0f commit 4f99d6cCopy full SHA for 4f99d6c
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.25.1, running Python v3.11.3
+Pyodide v0.28.3, 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.25.1/full/',
+ 'https://cdn.jsdelivr.net/pyodide/v0.28.3/full/',
358
359
360
export const qrcodeUrl = /* @__PURE__ */ getUrl('easyqrcodejs@4.6.1/dist/easy.qrcode.min.js');
0 commit comments