summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9c5a5794..1f644c11 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,7 @@ isort your python imports for you so you don't have to.
isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections.
It provides a command line utility, Python library and `plugins for various editors <https://github.com/timothycrosley/isort/wiki/isort-Plugins>`_ to quickly sort all your imports.
-It requires Python 3.4+ to run but supports formatting Python 2 code too.
+It requires Python 3.5+ to run but supports formatting Python 2 code too.
.. image:: https://raw.github.com/timothycrosley/isort/develop/example.gif
:alt: Example Usage