From 65db5694d1adf361a916ba2533c4376f1cacce29 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 24 Nov 2021 18:27:38 -0600 Subject: Updating python testing as per Yoga testing runtime 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 makes other required changes in zuul.yaml and update the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Ia7cd1aaf66714d7d885187fa14627d4d5c424f65 --- .zuul.yaml | 2 +- setup.cfg | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e8d5e09..ead3dda 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,7 +13,7 @@ - project: templates: - check-requirements - - openstack-python3-wallaby-jobs + - openstack-python3-yoga-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti check: diff --git a/setup.cfg b/setup.cfg index 5aabf2a..dc53dd2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,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 f5284de..8baa2ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py38,py36,pep8 +envlist = py38,py39,pep8 skipsdist = True ignore_basepython_conflict = True -- cgit v1.2.1