From 6b077fa3b8383abfa1d9a89dc66dfb93640a4328 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 25 Nov 2021 15:37:36 -0600 Subject: [PATCH] Updating python testing as per Yoga testing runtime Yoga testing runtime has been updated with py38 and py39 as voting and removed the py36 testing. Unit tests update are handled by the job template change in openstack-zuul-job and you can see the updated jobs running in gate. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/818609 this commit makes other required changes in obs template and update the clasifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I686b17209e94779d6e29879730b635c17e338c76 --- setup.cfg | 4 ++-- zuul.d/project.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2aa379f..15a09ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,8 +17,8 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only 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/zuul.d/project.yaml b/zuul.d/project.yaml index f93d185..e320da0 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -2,7 +2,7 @@ templates: - check-requirements - openstack-cover-jobs - - openstack-python3-xena-jobs + - openstack-python3-yoga-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: