summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeremy Kolbe <jk@gocept.com>2018-10-05 11:33:20 +0200
committerJeremy Kolbe <jk@gocept.com>2018-10-05 11:33:20 +0200
commitda707810688c0343fce05d4454ad9fe529c418bf (patch)
tree5bc1f011b12afab0b4d0ca75304c5f4437c19251 /setup.py
parent11ecfeb040638c7f652d1cadbaee40091d74e63f (diff)
downloadzope-tal-Python3.7support.tar.gz
Add support for python 3.7Python3.7support
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 17b7dea..eb32df2 100644
--- a/setup.py
+++ b/setup.py
@@ -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',