summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTimothy Crosley <tcrosley@domaintools.com>2017-06-01 10:04:11 -0700
committerTimothy Crosley <tcrosley@domaintools.com>2017-06-01 10:04:11 -0700
commit5bb3309ff3652d7cd1144e9c081acbe16a8a345e (patch)
treed2e07244efc7b1677b37414d19489b316977c63b /README.rst
parent8fb17564ab324f57077c1b5ca69cf1b7da149615 (diff)
downloadisort-5bb3309ff3652d7cd1144e9c081acbe16a8a345e.tar.gz
Revert "Merge pull request #507 from jdufresne/py26"
This reverts commit 363b67a6a7f6a26b22cac663270d983d3b4529f5, reversing changes made to df3a4a068b086c3b2aaf8f464b6d5256ead92aaf.
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 68b03850..f185178d 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.7 - 3.6 without any dependencies.
+It currently cleanly supports Python 2.6 - 3.5 without any dependencies.
.. image:: https://raw.github.com/timothycrosley/isort/develop/example.gif
:alt: Example Usage