Merge "Mark support for python3.8"

This commit is contained in:
Zuul 2020-09-22 16:28:30 +00:00 committed by Gerrit Code Review
commit 59f9e54daf
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