From 1f1b138865fb171535ee0cf768aff1987ed58914 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 22 Jul 2021 12:43:45 -0400 Subject: [PATCH] docs: update supported / removed Python versions in README (#519) --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4b64e1023..fd123314b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Storage ====================================== -|GA| |pypi| |versions| +|GA| |pypi| |versions| `Google Cloud Storage`_ allows you to store data on Google infrastructure with very high reliability, performance and @@ -52,12 +52,16 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.5 +Python >= 3.6 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ -Python == 2.7. Python 2.7 support will be removed on January 1, 2020. +Python == 2.7: Python 2.7 support will be removed sometime after January 1, 2020. +Unsupported Python Versions +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Python == 3.5: the last released version which supported Python 3.5 was +``google-cloud-storage 1.32.0``, released 2020-10-16. Mac/Linux ^^^^^^^^^