bump py37 to py38 in tox.ini

in 'victoria' cycle, we should test py38 by default.

[1] https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: Ib2876357e34a802036e686b86f9812d99063b636
This commit is contained in:
wangzihao 2020-11-03 11:55:56 +08:00 committed by Martin Chacon Piza
parent 61c84581e9
commit 6f429c8664
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,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,5 +1,5 @@
[tox]
envlist = py37,pep8
envlist = py38,pep8
minversion = 2.6
skipsdist = True