From 10d9dfd8e18be9f43680a5c0bc40d879f901d740 Mon Sep 17 00:00:00 2001 From: maaoyu Date: Mon, 12 Oct 2020 13:33:49 +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: I9cf801f2beda01b04e48488156fec0de11efe3a9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 97ff0cec..2bc546a1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.1.1 skipsdist = True -envlist = py37,pep8,releasenotes +envlist = py38,pep8,releasenotes ignore_basepython_conflict = True [testenv]