From 6884124914b5d060cbe7f6b872b9e7c13febc2e1 Mon Sep 17 00:00:00 2001 From: songwenping Date: Tue, 21 Dec 2021 10:38:49 +0000 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: I3e476822b0e7b3b0197e1016e517cb87b09b8a62 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a2d7672..e3048c1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.2 -envlist = py37,pep8 +envlist = py37,py39,pep8 ignore_basepython_conflict = True [testenv]