Remove python v3.10 support

https://review.opendev.org/c/openstack/venus-tempest-plugin/+/813728
introduced python v3.10.

Remove reason is we are not testing
py3.10 yet. that might be the target in Z cycle.
We are adding a non voting job for py3.10 in Yoga job template
but that is also not done yet.

Change-Id: Ia3af2bbf76c0463e5e0856c2ca5c46f501aad0c0
This commit is contained in:
zhangbailin 2021-12-17 16:25:26 +08:00
parent a0ddb1183e
commit eb93473af4
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords =
setup

View File

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