From b979560d888c223a0c68fcc88d0a31bb7480a0b3 Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Wed, 14 Oct 2020 15:55:15 +0800 Subject: [PATCH] Bump py37 to py38 in tox.ini In 'wallaby' cycle, we should test py38 by default. ref: https://governance.openstack.org/tc/reference/runtimes/wallaby.html Change-Id: I7de0f99a4b15cd4c21a815f6d6bdeac99bb657ba --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8a9c3de..819b1f2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py36,py37,docs,pep8 +envlist = py36,py38,docs,pep8 skipsdist = True ignore_basepython_conflict = True