Update python testing classifier

Change-Id: Id6b12adb05695fc4ac118e1529a1bf58219c19a6
This commit is contained in:
LiZekun 2022-01-19 23:11:59 +08:00 committed by Stephen Finucane
parent 81ec6a930f
commit f82bfd887c
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,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 = py39,pep8
skipsdist = true
ignore_basepython_conflict = true