From 455445de6d35736ea48c262643f48c8805c0a013 Mon Sep 17 00:00:00 2001 From: wangzihao Date: Fri, 18 Sep 2020 11:50:03 +0800 Subject: [PATCH] bump py37 to py38 in tox.ini in 'victoria' cycle, we should test py38 by default. Change-Id: Ifa1bed4e02c97a1fcfe3032b3858f401081d1d7c --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 96dc8ff..53b5ec0 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 [files] packages = diff --git a/tox.ini b/tox.ini index 6d00784..c70e7c8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py37,pep8 +envlist = py38,pep8 skipdist = True [testenv]