- removed Python 3.2 from CI/unit tests and list of supported interpreters

- bumped minimum cryptography version to 1.1
- added missing pyasn1 line from requirements in README
[skip ci]
This commit is contained in:
Michael Greene
2016-02-15 14:23:34 -08:00
parent 3d5f878b08
commit 0efb355643
5 changed files with 9 additions and 21 deletions

View File

@@ -58,9 +58,9 @@ setup(
'Operating System :: Microsoft :: Windows',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Security',