From 26f24cf228fcba2dab2dc10a56241c33b0031422 Mon Sep 17 00:00:00 2001 From: wangzihao Date: Wed, 14 Oct 2020 11:00:30 +0800 Subject: [PATCH] Drop py37 and add py38 test Drop python3.7 and add python3.8 from setup.cfg and tox.ini, since Wallaby's python supported runtimes are python 3.6 ~ python 3.8[1] ,python 3.7 still in use but not test [2]: [1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html [2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019648.html Change-Id: Id68d7015f97b7c2bb903bb7015998347e19980ea --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 38077ae4..63a897f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [files] packages = diff --git a/tox.ini b/tox.ini index 0803ce59..38e90dd8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py36,py37,pep8 +envlist = py38,py36,pep8 skipsdist = True ignore_basepython_conflict = True