summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorForest Gregg <fgregg@uchicago.edu>2018-08-09 16:20:50 -0500
committerForest Gregg <fgregg@uchicago.edu>2018-08-09 16:20:50 -0500
commit4d7e58c485df12033217a031ecb7590171f58b3e (patch)
treeaa215b28b623cd1b4d0a0db54f42298d07393495 /setup.py
parentbec33bef33d3d2b173f22575bf8fa3b8ae114f21 (diff)
downloadzope-interface-4d7e58c485df12033217a031ecb7590171f58b3e.tar.gz
add py3.7 to setup.py classifier, tox.ini, and CHANGES
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 0eb36ea..66553f8 100644
--- a/setup.py
+++ b/setup.py
@@ -116,6 +116,7 @@ setup(name='zope.interface',
"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",
"Framework :: Zope3",