From 46b1e6edbcf2d7ef92db694ba052e84e63e1361b Mon Sep 17 00:00:00 2001 From: zhoulinhui Date: Tue, 29 Sep 2020 22:35:06 +0800 Subject: [PATCH] bump py37 to py38 in tox.ini in W cycle, we should test py38 by default. Change-Id: Icfb3d042ccb29b1879d77671d937c8df56f017e9 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8f32c2e6..170bcb8b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [entry_points] oslo.config.opts = diff --git a/tox.ini b/tox.ini index b28f9e50..343b0372 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.3.1 -envlist = py37,pep8 +envlist = py38,pep8 skipsdist = True [testenv]