commit f488636fb8c09371aa2fe72a72450344a1835d44 Author: root Date: Sun Oct 11 03:07:53 2020 +0000 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: I0a1d49d3f0b2401b5941cd510bc7627863947532 diff --git a/tox.ini b/tox.ini index 3a58cc0..68dfff1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py37,pep8 +envlist = py38,pep8 skipsdist = True ignore_basepython_conflict = True