aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-08 10:04:08 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-12-08 10:07:56 -0800
commit1b55cb7a45f28a8e30b311ed83fefeb6c7433071 (patch)
tree96009795d64ad4299e50701c2a809fb5bef78a00 /setup.py
parenta7f1f528f5e77d5401a96aa326885508245f7c6f (diff)
downloadjinja-1b55cb7a45f28a8e30b311ed83fefeb6c7433071.tar.gz
Add testing and document support for Python 3.7 & pypy3
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 cc001335..52306c0e 100644
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,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',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',