Add Python 3.8 to tests and drop Python 2.7 and 3.4 support

This commit is contained in:
James Morris
2020-10-07 12:30:44 -04:00
parent 3b0dc274de
commit 6650e0c0c6
5 changed files with 17 additions and 38 deletions

View File

@@ -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