From db9a71f18e033912a713ab71b4180f10e1e3be36 Mon Sep 17 00:00:00 2001 From: dengzhaosen Date: Wed, 22 Dec 2021 11:03:34 +0800 Subject: [PATCH] Update python testing classifier Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: If01a4cb7dcb48698cea934309de36268ae92b7e1 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index de8a0f49..f0d1e41e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifier = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff --git a/tox.ini b/tox.ini index ec4aa4fa..1e3b7bef 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pypy,py38,pep8 +envlist = pypy,py39,pep8 ignore_basepython_conflict = true minversion = 3.1.0 skipsdist = True