Skip to content

Commit b762ffd

Browse files
committed
feat: drop support for Python 3.8
fix(deps): require protobuf >= 4.25.8, < 8.0.0 feat: migrate core library code from split repo Note: Python 3.8 is no longer supported.
1 parent 485b03a commit b762ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-storage/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ Supported Python Versions
8585
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
8686
Python.
8787

88-
Python >= 3.7
88+
Python >= 3.9
8989

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

9393
Unsupported Python Versions
9494
^^^^^^^^^^^^^^^^^^^^^^^^^^^
95-
Python <= 3.6
95+
Python <= 3.8
9696

9797
If you are using an `end-of-life`_
9898
version of Python, we recommend that you update as soon as possible to an actively supported version.

0 commit comments

Comments
 (0)