diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-12-23 12:20:36 -0500 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-12-23 11:20:36 -0600 |
| commit | 31b5d784e6542a6bcac9af9b39d3feacabdba137 (patch) | |
| tree | 5917a94d71a9a8d69a02331ad00c3f9eb60e341b /setup.py | |
| parent | 5685baa2121cb7e5abc99b4325701dad44cb5f30 (diff) | |
| download | cryptography-31b5d784e6542a6bcac9af9b39d3feacabdba137.tar.gz | |
Fixed #3334 -- added Python 3.6 support (#3335)
* Fixed #3334 -- added Python 3.6 support
* install py36
* empty commit to retrigger travis
* this is an impressively dumb typo
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -297,6 +297,7 @@ setup( "Programming Language :: Python :: 3.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", "Topic :: Security :: Cryptography", |
