diff options
author | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 11:33:20 +0200 |
---|---|---|
committer | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 11:33:20 +0200 |
commit | da707810688c0343fce05d4454ad9fe529c418bf (patch) | |
tree | 5bc1f011b12afab0b4d0ca75304c5f4437c19251 /setup.py | |
parent | 11ecfeb040638c7f652d1cadbaee40091d74e63f (diff) | |
download | zope-tal-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
@@ -70,6 +70,7 @@ setup(name='zope.tal', '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', |