From 5056a77a18d60fcd2dd13de11b1bb844444cc374 Mon Sep 17 00:00:00 2001 From: maaoyu Date: Mon, 12 Oct 2020 13:52:19 +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: Ia7e08e12aa53bc7b7cee92b497275f9e990ac0a3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index df61544..be3ef9c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.0 -envlist = py37,pep8 +envlist = py38,pep8 ignore_basepython_conflict = true skipsdist = True