Merge "Remove python v3.10 support"

This commit is contained in:
Zuul 2021-12-20 07:05:58 +00:00 committed by Gerrit Code Review
commit 5176685efa
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,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