Skip to content

Commit 9329a10

Browse files
rajatbhattaparthea
andauthored
chore: update supported python versions in README to >= 3.6 (#668)
* 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". * chore: update the deprecated python versions in readme file Python 3.5 has been deprecated. So, adding it to the list of deprecated versions. Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 86d3390 commit 9329a10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ dependencies.
5656

5757
Supported Python Versions
5858
^^^^^^^^^^^^^^^^^^^^^^^^^
59-
Python >= 3.5
59+
Python >= 3.6
6060

6161
Deprecated Python Versions
6262
^^^^^^^^^^^^^^^^^^^^^^^^^^
63-
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
63+
Python == 2.7.
64+
Python == 3.5.
6465

6566

6667
Mac/Linux

0 commit comments

Comments
 (0)