Skip to content

Commit 1f1b138

Browse files
authored
docs: update supported / removed Python versions in README (#519)
1 parent 24ea536 commit 1f1b138

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Google Cloud Storage
22
======================================
33

4-
|GA| |pypi| |versions|
4+
|GA| |pypi| |versions|
55

66
`Google Cloud Storage`_ allows you to store data on
77
Google infrastructure with very high reliability, performance and
@@ -52,12 +52,16 @@ dependencies.
5252

5353
Supported Python Versions
5454
^^^^^^^^^^^^^^^^^^^^^^^^^
55-
Python >= 3.5
55+
Python >= 3.6
5656

5757
Deprecated Python Versions
5858
^^^^^^^^^^^^^^^^^^^^^^^^^^
59-
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
59+
Python == 2.7: Python 2.7 support will be removed sometime after January 1, 2020.
6060

61+
Unsupported Python Versions
62+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
63+
Python == 3.5: the last released version which supported Python 3.5 was
64+
``google-cloud-storage 1.32.0``, released 2020-10-16.
6165

6266
Mac/Linux
6367
^^^^^^^^^

0 commit comments

Comments
 (0)