diff options
author | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 13:23:17 +0200 |
---|---|---|
committer | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 13:23:17 +0200 |
commit | e3a6c3320250e8926b5ea3bbfc00d5225b57603f (patch) | |
tree | 436b1912183308d95ee9aca7abf32a259738fe3d /setup.py | |
parent | 221729826ec3447b837330bff11b0db1dd9a8e4c (diff) | |
download | zope-contenttype-Python3.7support.tar.gz |
Add support for Python 3.7Python3.7support
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,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', 'Operating System :: OS Independent', |