chore: regenerate all libraries with librarian#16960
Conversation
This has copied README.rst files which were modified in the package root but then not copied into docs. Two files within google-cloud-storage are also reformatted.
There was a problem hiding this comment.
Code Review
This pull request updates the minimum supported Python version to 3.10 and marks Python 3.9 as unsupported across the bigquery-magics, google-cloud-runtimeconfig, and google-resumable-media packages. Additionally, it performs minor import reordering in the google-cloud-storage package. Feedback was provided to remove an inconsistent trailing period in the bigquery-magics documentation to ensure formatting consistency across the project.
| Unsupported Python Versions | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
| Python <= 3.8. | ||
| Python <= 3.9. |
There was a problem hiding this comment.
When updating the list of supported Python versions, ensure that all version-specific link targets are present and correctly defined to avoid broken references. Additionally, the period at the end of this line is inconsistent with the 'Supported Python Versions' section above and other README files; removing it ensures consistency across the documentation.
| Python <= 3.9. | |
| Python <= 3.9 |
References
- When updating the list of supported Python versions in documentation (e.g., 'CONTRIBUTING.rst'), ensure that all version-specific link targets are present and correctly defined to avoid broken references.
This has copied README.rst files which were modified in the package root but then not copied into docs.
Two files within google-cloud-storage are also reformatted.