Mark support for python3.8

Change-Id: I3f79b7b5a32ad16ea5cd5f70b9e98bb21682a9cc
This commit is contained in:
ricolin 2020-09-15 10:54:13 +08:00 committed by Rico Lin
parent 9efbec6cd9
commit 3709d0887d
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
data_files =

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,pep8
envlist = py36,py37,py38,pep8
ignore_basepython_conflict = True
minversion = 3.1.0
skipsdist = True