summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-09 19:08:58 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-09 19:08:58 -0700
commit44541ef69160ada319a2ded7772dd7047c71ca64 (patch)
tree09562123d38c4ad4bfc6b68500ebf6f3dceb5575 /setup.py
parent566cdc0cb22e5530902e456d0b315403ebab980c (diff)
downloadpep8-44541ef69160ada319a2ded7772dd7047c71ca64.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 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 83870f7..f02060f 100644
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ setup(
'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 :: Python Modules',