File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Python Client for Google Cloud Storage
2
2
======================================
3
3
4
- |GA | |pypi | |versions |
4
+ |GA | |pypi | |versions |
5
5
6
6
`Google Cloud Storage `_ allows you to store data on
7
7
Google infrastructure with very high reliability, performance and
@@ -52,12 +52,16 @@ dependencies.
52
52
53
53
Supported Python Versions
54
54
^^^^^^^^^^^^^^^^^^^^^^^^^
55
- Python >= 3.5
55
+ Python >= 3.6
56
56
57
57
Deprecated Python Versions
58
58
^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
60
60
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.
61
65
62
66
Mac/Linux
63
67
^^^^^^^^^
You can’t perform that action at this time.
0 commit comments