-
Notifications
You must be signed in to change notification settings - Fork 336
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
Nudge message 3.11 #1797
Nudge message 3.11 #1797
Conversation
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.
Please fold your commits into one in your feature branch so that Mergr and Rebase
is cleaner when this PR is merged.
Please compare the checks with previous PRs. Some have been failing due to an unrelated issue, so as long as that is the case, we should be ok. But if there is any new chnage, then we need to address that. |
199635b
to
17b0396
Compare
message edit combined check Gsutil Support Check for python versions detailed message removed f string Gsutil Support Check for Python Versions 3.5 to 3.11
d8fe830
to
edcbbf0
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.
Please re-run checks failing on test_parallel_rewrite_bucket_flat_wildcard
and/or test_cp_preserve_no_owner
individually to rule out intermittent errors.
Metrics related failures have been discussed and we are going ahead despite those.
|
c8e2709
into
GoogleCloudPlatform:master
👋 After this PR, using latest python versions 3.12 or 3.13 leads to being unable to run gsutil, and seeing the above error. Until now I have been able to run gsutil with python 3.12 without issues for my usecase.
For context: I detected this after updating to |
We are currently working on fully supporting Python 3.12. In the meantime, you can continue using |
Note on Tests Failure:
metrics.TestMetricsIntegrationTests.testMetricsPosting