summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeremy Kolbe <jk@gocept.com>2018-10-05 13:44:02 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 16:24:58 +0200
commitd90a54cf54288622a1d0c9264df8f74fedff4d09 (patch)
treeae2e6309db694289a2979f73aaea2a5aed00683c /setup.py
parenteff407cf89444a8484de4afb5c870f11b408420d (diff)
downloadzope-browser-d90a54cf54288622a1d0c9264df8f74fedff4d09.tar.gz
Add support for Python 3.7
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 6dea567..505ebaa 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,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',
'Natural Language :: English',