Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/bigquery-magics/docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ dependencies.

Supported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^
Python >= 3.9
Python >= 3.10

Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Python <= 3.8.
Python <= 3.9.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
Python <= 3.9.
Python <= 3.9
References
  1. 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.



Mac/Linux
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-runtimeconfig/docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ Supported Python Versions
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
Python.

Python >= 3.9
Python >= 3.10

.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches

Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Python <= 3.8
Python <= 3.9

If you are using an `end-of-life`_
version of Python, we recommend that you update as soon as possible to an actively supported version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from google.cloud import _storage_v2
from google.protobuf import timestamp_pb2

from google.cloud import _storage_v2

# Map Python Blob attributes to GCS V2 Object proto field names.
_BLOB_ATTR_TO_PROTO_FIELD = {
"content_type": "content_type",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import datetime
from unittest import mock

from google.cloud.storage import _grpc_conversions
from google.cloud import _storage_v2
from google.cloud.storage import _grpc_conversions


def test_blob_to_proto_simple_fields():
Expand Down
4 changes: 2 additions & 2 deletions packages/google-resumable-media/docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ support at `google._async_resumable_media`.

Supported Python Versions
-------------------------
Python >= 3.9
Python >= 3.10

Unsupported Python Versions
---------------------------

Python <= 3.8
Python <= 3.9


License
Expand Down
Loading