bump py37 to py38 in tox.ini

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

ref:
  https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: Ie241f193cbb88c28014392388568fd485ba453b0
This commit is contained in:
maaoyu 2020-10-12 11:16:31 +08:00
parent fcca3935af
commit 3f88f29074
1 changed files with 1 additions and 1 deletions

View File

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