Add python3.9 CI

Add python3.9 CI in tox.ini.

Change-Id: Ida07a13f5dcc152817bf2dd9353ad40f3dc61cbf
This commit is contained in:
Cai Hui 2021-11-06 10:00:00 +08:00
parent aa80bb77c8
commit 92844f55e6
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Development Status :: 5 - Production/Stable
Natural Language :: English
Intended Audience :: Developers

View File

@ -44,6 +44,9 @@ basepython = python3.6
[testenv:py38]
basepython = python3.8
[testenv:py39]
basepython = python3.9
[testenv:venv]
commands = {posargs}