Add Python 3.8 to tests and drop Python 2.7 and 3.4 support
This commit is contained in:
@@ -15,11 +15,10 @@ classifiers =
|
||||
Operating System :: Microsoft :: Windows
|
||||
Intended Audience :: Developers
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.4
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
Topic :: Security
|
||||
Topic :: Security :: Cryptography
|
||||
@@ -36,12 +35,10 @@ install_requires =
|
||||
cryptography>=2.6
|
||||
pyasn1
|
||||
six>=1.9.0
|
||||
singledispatch; python_version < '3.4'
|
||||
enum34; python_version < '3.4'
|
||||
setup_requires =
|
||||
setuptools
|
||||
wheel
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
|
||||
python_requires = >=3.5
|
||||
|
||||
# doc_requires =
|
||||
# sphinx
|
||||
|
||||
Reference in New Issue
Block a user