summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteven Loria <sloria1@gmail.com>2017-05-11 22:33:50 -0400
committerSteven Loria <sloria1@gmail.com>2017-05-11 22:33:50 -0400
commit4bf411194dfdd59037039866fc486c5f69c5b602 (patch)
tree58feb23e7bf2d9a146a3388a3bfb5a5c227bfcf0 /setup.py
parent68eef845f4b3fb4c95857d440bc6c83078dd2a5f (diff)
downloadwebtest-4bf411194dfdd59037039866fc486c5f69c5b602.tar.gz
Test against py36
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 c0c6d26..3b45052 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,7 @@ setup(name='WebTest',
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
],
keywords='wsgi test unit tests web',
author='Ian Bicking',