From 4b9d7de906925d9eb6d5e6a9f16f0a5cfa2e0f85 Mon Sep 17 00:00:00 2001 From: likui Date: Tue, 13 Oct 2020 14:20:40 +0800 Subject: [PATCH] Add py38 test After 'victoria' version, we should test py38 by default. [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: Ic386a9e57bb88ea3eeee35b803c21ce8d54dc599 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9360643..5feabc5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,5 +17,6 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff --git a/tox.ini b/tox.ini index 2b951a5..50572a6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pep8 +envlist = py38,pep8 ignore_basepython_conflict = true minversion = 3.1.0 skipsdist = True