summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-11-28 20:33:08 -0800
committerGitHub <noreply@github.com>2016-11-28 20:33:08 -0800
commit968bebc0d1cbb6d85eb446b41c0f4560383c3022 (patch)
tree510ca54cbff453f52251c3ca95f4acbdd07d8360 /setup.py
parentaf01a5ac5e31a778be8d634a560983fe818746bf (diff)
parentc8a5e024478d274309935251d59cd20908a95067 (diff)
downloadpyramid-968bebc0d1cbb6d85eb446b41c0f4560383c3022.tar.gz
pyramid-968bebc0d1cbb6d85eb446b41c0f4560383c3022.tar.bz2
pyramid-968bebc0d1cbb6d85eb446b41c0f4560383c3022.zip
Merge pull request #2840 from stevepiercy/master
add 3.6 support to documentation
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 d437bb546..a6dbc2824 100644
--- a/setup.py
+++ b/setup.py
@@ -85,6 +85,7 @@ setup(name='pyramid',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Pyramid",