-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Bump pyodide version to 0.25.0 #141
Conversation
The monorepo approach makes it a bit hard to test this, because it really likes to use old versions from npm, instead of the version it just built. |
I got it going by doing a As the CI currently runs it will build each package individually but it will not test the combination of the newly built packages, since This pull request is in working order though. |
Thank you 🙏 |
Bumping the Pyodide version. Seems to work okay, except the
.isPyProxy()
method now shows a deprecation warning.TODO: