From 5138e3e1b452ca0308cc74b08d1a424bb01231af Mon Sep 17 00:00:00 2001 From: maaoyu Date: Mon, 12 Oct 2020 15:16:12 +0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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