-
Notifications
You must be signed in to change notification settings - Fork 49
deps: Add support for Python 3.13 for everything but remote functions #1307
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
Conversation
Re: unit-3.13 failures,
Let's skip these tests if scikit-learn is not installed. You can use the pytest.importorskip("sklearn") function. |
…te-to-python-3-13
Getting "400 Runtime 'python313' is not supported." on remote functions tests. Let's skip those tests on Python 3.13 for now. Edit: See supported runtime: https://cloud.google.com/functions/docs/runtime-support#python |
Need to update |
doctest failed a package installation step. I'll retry the job. |
notebook failure |
…te-to-python-3-13
e2e tests are passing! notebook failure actually does look related this time:
Some options: It may be worth adding a check for Python 3.13 at the top of these notebooks:
If it is Python 3.13, then exit early with |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #393138101 🦕