Remove python v3.10 support

https://review.opendev.org/c/openstack/venus-dashboard/+/813727
introduced py3.10 version, 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: If91dba657f06bd10b3c0821bf438c0d65cc9e464
This commit is contained in:
zhangbailin 2021-12-17 16:21:25 +08:00
parent 47ca1ffcab
commit 5eaa3a6571
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.3.2
envlist = py3,pep8,npm
envlist = py39,pep8,npm
skipsdist = True
ignore_basepython_conflict = True