-
Notifications
You must be signed in to change notification settings - Fork 10
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, Python version, and other cleanups #61
Conversation
Most of the failing tests are caused by timeouts, are there any hints as to how I can debug these in more detail? |
On the contrary, Firefox is passing in #62—even a test that we have currently xfailed ( |
Could you try chrome < 126? IIRC there was an regression in chrome 126 which broke the test (I think it was related to JSPI). Micropip also pins chrome version https://github.com/pyodide/micropip/blob/91773c4536b3ced328b052185b3756b6d64bede7/.github/workflows/main.yml#L23-L24 |
You'll also need to update the pyodide-actions/install-browser version to v2 to make the version parameter work correctly.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codewise looks good to me.
Co-Authored-By: Gyeongjae Choi <[email protected]>
Yes, looks like this is working, thanks! |
Related to #60. We can now use Python 3.12 and later for building for for Mypy checks;
setuptools
injectswheel
when building wheels, sowheel
is not required as a build-time dependency anymore; and some bumps to versions for a few GitHub Actions.