From 9c7172c947b8afd2f3b2396504bbb3be5cd9ad71 Mon Sep 17 00:00:00 2001 From: Yasufumi Ogawa Date: Mon, 29 Jun 2020 04:40:00 +0000 Subject: [PATCH] Add py38 as a runtime in tox.ini Considering policy for update of python[1], add py38 and drop py37 in envlist in tox. [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: Ifc3042ba0fca99c8e2c54e5b839c6ab23f903515 Signed-off-by: Yasufumi Ogawa --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5ebf2118e..fdab5b433 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,py36,pep8,docs +envlist = py38,py36,pep8,docs minversion = 3.1.1 skipsdist = True ignore_basepython_conflict = True