summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-06-04 12:18:07 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-06-04 12:22:00 -0700
commite4d4f431bdae72b80ba42f51dda17568d3dbab78 (patch)
treead07d36b92e4653233dff74dd47113676c61a9b3 /README.rst
parentcca333c277e633e5be8f4f2134a8517eb87bd67a (diff)
downloadisort-e4d4f431bdae72b80ba42f51dda17568d3dbab78.tar.gz
Revert "Revert "Merge pull request #507 from jdufresne/py26""
This reverts commit 5bb3309ff3652d7cd1144e9c081acbe16a8a345e.
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 f185178d..68b03850 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,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 currently cleanly supports Python 2.6 - 3.5 without any dependencies.
+It currently cleanly supports Python 2.7 - 3.6 without any dependencies.
.. image:: https://raw.github.com/timothycrosley/isort/develop/example.gif
:alt: Example Usage