commit 95a6f9568cddfe7d60dc205ca5da43b97aa28281 Author: root Date: Sun Oct 11 03:26:30 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: I6daf6b8ec46baf0a0a87d20df29cf29f57d3d086 diff --git a/tox.ini b/tox.ini index a774810..0e738d8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py37,py36,pypy,pep8 +envlist = py38,pypy,pep8 skipsdist = True ignore_basepython_conflict = True