From 4f2ae4373cce234f6698e2508c267eca299cbe8f Mon Sep 17 00:00:00 2001 From: Rajat Bhatta <93644539+rajatbhatta@users.noreply.github.com> Date: Thu, 20 Jan 2022 16:57:12 +0530 Subject: [PATCH 1/2] chore: update supported python versions in README to >= 3.6 Update supported python versions in README to >= 3.6, in line with setup.py which indicates python_requires=">=3.6". --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c482c3d450..75f042cd96 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ dependencies. Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ -Python >= 3.5 +Python >= 3.6 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ From e22108f7be088ce5611639aa8140d35e8f2c6a7b Mon Sep 17 00:00:00 2001 From: Rajat Bhatta <93644539+rajatbhatta@users.noreply.github.com> Date: Fri, 21 Jan 2022 13:29:01 +0530 Subject: [PATCH 2/2] chore: update the deprecated python versions in readme file Python 3.5 has been deprecated. So, adding it to the list of deprecated versions. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 75f042cd96..0acf69fcba 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,8 @@ Python >= 3.6 Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ -Python == 2.7. Python 2.7 support will be removed on January 1, 2020. +Python == 2.7. +Python == 3.5. Mac/Linux