diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-11-26 00:31:54 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-11-26 00:31:54 -0800 |
| commit | c8a5e024478d274309935251d59cd20908a95067 (patch) | |
| tree | fee34c7b75fd07330a97232425b3100f072bb816 /setup.py | |
| parent | 732c748a392a28294769d5413ef383501c3c40c9 (diff) | |
| download | pyramid-c8a5e024478d274309935251d59cd20908a95067.tar.gz pyramid-c8a5e024478d274309935251d59cd20908a95067.tar.bz2 pyramid-c8a5e024478d274309935251d59cd20908a95067.zip | |
add 3.6 support to documentation
- See #2835
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,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", |
