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: Ia7e08e12aa53bc7b7cee92b497275f9e990ac0a3
This commit is contained in:
maaoyu 2020-10-12 13:52:19 +08:00
parent 5d4cbe9839
commit 5056a77a18
1 changed files with 1 additions and 1 deletions

View File

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