diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-11-28 20:33:08 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-28 20:33:08 -0800 |
| commit | 968bebc0d1cbb6d85eb446b41c0f4560383c3022 (patch) | |
| tree | 510ca54cbff453f52251c3ca95f4acbdd07d8360 /setup.py | |
| parent | af01a5ac5e31a778be8d634a560983fe818746bf (diff) | |
| parent | c8a5e024478d274309935251d59cd20908a95067 (diff) | |
| download | pyramid-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
