From b7f27c3dc6a8ec747d13698a3ced1dc5cc162389 Mon Sep 17 00:00:00 2001 From: Manpreet Kaur Date: Tue, 14 Dec 2021 21:16:19 +0530 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 and envlist in tox.ini. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Ic732cbd41691b11ae500eb9465423bb1d57c9a1e --- setup.cfg | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c64bd0b0..7cd4a015 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,8 @@ classifier = Programming Language :: Python :: 3 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 b6905a23..b748dce3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,py36,pep8,docs +envlist = py39,py38,py36,pep8,docs minversion = 3.18.0 skipsdist = True ignore_basepython_conflict = True