summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-08-08 18:01:41 +0300
committerMarius Gedminas <marius@gedmin.as>2018-08-08 18:01:41 +0300
commit70a4b661f56280e0950bd368a953cab2e0b31679 (patch)
tree03e0232d799dc3bb1f0f8f17401c25eaf333b7a8 /setup.py
parent50f09de96d97324279821af7fcd32e3bdba06bc7 (diff)
downloadzope-security-70a4b661f56280e0950bd368a953cab2e0b31679.tar.gz
Add Python 3.7 support
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 04ec088..f3ce592 100644
--- a/setup.py
+++ b/setup.py
@@ -154,6 +154,7 @@ setup(name='zope.security',
'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',