summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-07-12 23:29:02 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-07-12 23:29:02 -0700
commit0b06c6b1a68d6c0893a20e550e3ebe67b987dfc7 (patch)
treea420f2cb198a4123e3a8b2b212f7be126a2a4336
parent55ee33fd9b106d37d86205c07ef8126734b3ab6c (diff)
downloadisort-0b06c6b1a68d6c0893a20e550e3ebe67b987dfc7.tar.gz
Fix README to note 3.5 support
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 709ecea3..4cc6c560 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,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.4 using pies (https://github.com/timothycrosley/pies) to achieve this without ugly hacks and/or py2to3.
+It currently cleanly supports Python 2.6 - 3.5 using pies (https://github.com/timothycrosley/pies) to achieve this without ugly hacks and/or py2to3.
Before isort: