Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement: bump pyodide to 0.26.0 #1504

Merged
merged 2 commits into from
May 28, 2024
Merged

improvement: bump pyodide to 0.26.0 #1504

merged 2 commits into from
May 28, 2024

Conversation

mscolnick
Copy link
Contributor

No description provided.

Copy link

vercel bot commented May 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 0:05am
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 0:05am

Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.6.11-dev2

@@ -13,5 +13,5 @@ export async function importPyodide(marimoVersion: string) {
? // @ts-expect-error typescript does not like
await import(`https://cdn.jsdelivr.net/pyodide/dev/full/pyodide.js`)
: // @ts-expect-error typescript does not like
await import(`https://cdn.jsdelivr.net/pyodide/v0.25.0/full/pyodide.js`);
await import(`https://cdn.jsdelivr.net/pyodide/v0.26.0/full/pyodide.js`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, I missed this; thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants