summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2018-09-22 22:01:09 -0700
committerGitHub <noreply@github.com>2018-09-22 22:01:09 -0700
commitcd8398c05d0683630e8b0d704fbacb601d7741bb (patch)
tree132ddd9e36ee4abd31e1bd0d0caedba63a3efd8f /setup.py
parent786da86718b7f2b8418ab887c811b685b2132782 (diff)
parent482d3b4cea5770413988925035b91d94aae5a743 (diff)
downloadisort-cd8398c05d0683630e8b0d704fbacb601d7741bb.tar.gz
Merge pull request #716 from jdufresne/py37
Add testing and document support for Python 3.7
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b33f2a48..9332dae5 100755
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,7 @@ setup(name='isort',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',