summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeremy Kolbe <jk@gocept.com>2018-10-05 13:14:25 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 16:49:20 +0200
commit8b3934c0162b5068b576227b316b7f2df8688345 (patch)
treebc0c57d3fb5ca161c4039271378b84e70457d986 /setup.py
parent8e5ae29547768546716736ab23ff9695d6a8e35e (diff)
downloadzope-pagetemplate-8b3934c0162b5068b576227b316b7f2df8688345.tar.gz
Add support for Python 3.7
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 1cd7eec..c978073 100644
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ setup(name='zope.pagetemplate',
'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',