-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat: add python 3.11 testing #8872
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
Wait for cl/500146994 |
cbcd3f8
to
3d32fa9
Compare
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.
Could you also update https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/noxfile_config.py with the ignored_versions
added in as well?
Merging so we can get information from the python 3.11 check. Flakybot will open issues for any new failed tests. |
This reverts commit 66e069f.
* feat: add python 3.11 testing * update dependency scipy to 1.10.0 * update dependency psycopg2-binary to 2.9.5 * exclude python 3.11 for appengine/standard_python3/bigquery * exclude python 3.11 for tests that use google-cloud-bigquery==2.34.4 * update copyright year
Description
Fixes #8873
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)