From 0046d0adbc88ce6e7f67c21ffcedd5b9188f444c Mon Sep 17 00:00:00 2001 From: maaoyu Date: Mon, 12 Oct 2020 14:06:14 +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: I183db1a6db8ff512a20a3a467770f9b6f1cbd260 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 57cb671..28f01ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.2.0 -envlist = py37,pep8 +envlist = py38,pep8 ignore_basepython_conflict = True [testenv]