commit 4935706561c91c1a9d603dfe41d3e004ac0d635a Author: maaoyu Date: Mon Oct 12 10:53:00 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: Idc9b2ef918cf15472189c4c889752d98d9857be2 diff --git a/tox.ini b/tox.ini index 0f31766..8a704ee 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,pep8 +envlist = py36,py38,pep8 minversion = 3.1.1 skipsdist = True ignore_basepython_conflict = True