summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeremy Kolbe <jk@gocept.com>2018-10-05 11:21:34 +0200
committerJeremy Kolbe <jk@gocept.com>2018-10-05 11:21:34 +0200
commit109d7dd195c31754ca55c761fb3b11f4176d2372 (patch)
tree671bbe4a8c4f648f4b32634cf34f4308ea71f180 /setup.py
parent527eaa3f626c6f7637f43b32889e7c742a71fe23 (diff)
downloadzope-tales-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 790bc09..3c68efd 100644
--- a/setup.py
+++ b/setup.py
@@ -55,6 +55,7 @@ setup(name='zope.tales',
'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',