Drop py37 and add py38 test

Drop python3.7 and add python3.8 from setup.cfg and tox.ini, since Wallaby's python
supported runtimes are python 3.6 ~ python 3.8[1] ,python 3.7 still in use but not test [2]:

[1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019648.html

Change-Id: Id68d7015f97b7c2bb903bb7015998347e19980ea
This commit is contained in:
wangzihao 2020-10-14 11:00:30 +08:00 committed by wdd
parent 86e35523f5
commit 26f24cf228
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]
packages =

View File

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