Dropped the python 3.6/3.7 in zed cycle testing runtime

In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support.

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

Change-Id: Ic7116b0ad50e5eb81f487f60746981b70356f494
This commit is contained in:
Carl caihui 2022-05-11 02:41:20 +00:00
parent 4ea0d08896
commit cfbf0abdd0
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ norecursedirs = .tox .venv
[testenv:venv]
commands = {posargs}
[testenv:py36]
basepython = python3.6
[testenv:py38]
basepython = python3.8