From f82bfd887c233751a747b254c145aff574b2740f Mon Sep 17 00:00:00 2001 From: LiZekun <2954674728@qq.com> Date: Wed, 19 Jan 2022 23:11:59 +0800 Subject: [PATCH] Update python testing classifier Change-Id: Id6b12adb05695fc4ac118e1529a1bf58219c19a6 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 237c705..9d7e341 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tox.ini b/tox.ini index 1849abe..910b966 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py38,pep8 +envlist = py39,pep8 skipsdist = true ignore_basepython_conflict = true