diff options
| author | Forest Gregg <fgregg@uchicago.edu> | 2018-08-09 16:20:50 -0500 |
|---|---|---|
| committer | Forest Gregg <fgregg@uchicago.edu> | 2018-08-09 16:20:50 -0500 |
| commit | 4d7e58c485df12033217a031ecb7590171f58b3e (patch) | |
| tree | aa215b28b623cd1b4d0a0db54f42298d07393495 /setup.py | |
| parent | bec33bef33d3d2b173f22575bf8fa3b8ae114f21 (diff) | |
| download | zope-interface-4d7e58c485df12033217a031ecb7590171f58b3e.tar.gz | |
add py3.7 to setup.py classifier, tox.ini, and CHANGES
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
