- 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:
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user