diff --git a/packages/bigquery-magics/docs/README.rst b/packages/bigquery-magics/docs/README.rst index dd8f041ffa16..82c9ae4a76f1 100644 --- a/packages/bigquery-magics/docs/README.rst +++ b/packages/bigquery-magics/docs/README.rst @@ -52,11 +52,11 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.9 +Python >= 3.10 Unsupported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Python <= 3.8. +Python <= 3.9. Mac/Linux diff --git a/packages/google-cloud-runtimeconfig/docs/README.rst b/packages/google-cloud-runtimeconfig/docs/README.rst index 46a224c8fab0..121a199cb014 100644 --- a/packages/google-cloud-runtimeconfig/docs/README.rst +++ b/packages/google-cloud-runtimeconfig/docs/README.rst @@ -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. diff --git a/packages/google-cloud-storage/google/cloud/storage/_grpc_conversions.py b/packages/google-cloud-storage/google/cloud/storage/_grpc_conversions.py index 79d568fd95f1..9b86a0a4db44 100644 --- a/packages/google-cloud-storage/google/cloud/storage/_grpc_conversions.py +++ b/packages/google-cloud-storage/google/cloud/storage/_grpc_conversions.py @@ -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", diff --git a/packages/google-cloud-storage/tests/unit/test__grpc_conversions.py b/packages/google-cloud-storage/tests/unit/test__grpc_conversions.py index dfe1d864058e..fdfde54310ad 100644 --- a/packages/google-cloud-storage/tests/unit/test__grpc_conversions.py +++ b/packages/google-cloud-storage/tests/unit/test__grpc_conversions.py @@ -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(): diff --git a/packages/google-resumable-media/docs/README.rst b/packages/google-resumable-media/docs/README.rst index ae3e8823aab4..eb9d5fe0fa6c 100644 --- a/packages/google-resumable-media/docs/README.rst +++ b/packages/google-resumable-media/docs/README.rst @@ -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