From 14ac8baac796cd26ce9e1b05e331b19101e17578 Mon Sep 17 00:00:00 2001 From: maaoyu Date: Mon, 12 Oct 2020 13:49:52 +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: Iee3ac12e67138ac4eae7bfe33936a066e1025bde --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f312984..57218a8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py37,pep8,docs +envlist = py38,pep8,docs ignore_basepython_conflict = True skipsdist = True