Skip to content

Commit

Permalink
chore: update supported python versions in README to >= 3.6 (#668)
Browse files Browse the repository at this point in the history
* 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 <partheniou@google.com>
  • Loading branch information
rajatbhatta and parthea authored Jan 25, 2022
1 parent 86d3390 commit 9329a10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ 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 == 3.5.


Mac/Linux
Expand Down

0 comments on commit 9329a10

Please sign in to comment.