Update python testing as per zed cycle teting runtime

In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Removing the py36 centos8 job as well as
updating the python classifier also to reflect the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: Ife222160c3ad40668a90450226fd45ba37d4ec51
This commit is contained in:
LeopardMa 2022-06-04 15:36:22 +08:00 committed by Jake Yip
parent d09fd3c960
commit 64e8d5f599
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Python 3.6 & 3.7 support has been dropped. The minimum version of Python now
supported is Python 3.8.

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18
envlist = py37,pep8
envlist = py38,pep8
skipsdist = True
ignore_basepython_conflict = True