summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-28 06:36:30 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-08-08 21:35:43 -0700
commit482d3b4cea5770413988925035b91d94aae5a743 (patch)
treee5a74f64d11a8dcb6e72476ec8fdc32a58d0907e /README.rst
parentfcd80d46e66179f9464c2df745ffed07622d9ee3 (diff)
downloadisort-482d3b4cea5770413988925035b91d94aae5a743.tar.gz
Add testing and document support for Python 3.7
Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html
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 1a0de425..1a19d94e 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.7 and 3.4+ without any dependencies.
.. image:: https://raw.github.com/timothycrosley/isort/develop/example.gif
:alt: Example Usage