commit 5138e3e1b452ca0308cc74b08d1a424bb01231af Author: maaoyu Date: Mon Oct 12 15:16:12 2020 +0800 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: I37ddbac65128ad3df123440fccbf63958c60d6ba diff --git a/tox.ini b/tox.ini index 38dc7dc..2a19edf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pypy,pep8 +envlist = py38,pypy,pep8 minversion = 3.1 skipsdist = True ignore_basepython_conflict = True