From 482d3b4cea5770413988925035b91d94aae5a743 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 28 Jun 2018 06:36:30 -0700 Subject: 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 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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 `_ 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 -- cgit v1.2.1