Update python testing classifier

Change-Id: Id1fe6281cf2475ca84cd148bfbbd402c16e0b9d8
This commit is contained in:
hejunli 2021-12-21 17:30:30 +08:00
parent 5fbc46f917
commit 46a5ad1317
2 changed files with 2 additions and 1 deletions

View File

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

View File

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