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,4 +15,4 @@ __all__ = ['__author__',
__author__ = "Michael Greene"
__copyright__ = "Copyright (c) 2014-2019 Security Innovation, Inc"
__license__ = "BSD"
__version__ = str(LooseVersion("0.5.3"))
__version__ = str(LooseVersion("0.6.0-alpha"))