From 7f56f206e623fc6d984f4737d5c85bb38beb80cc Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 20 Apr 2023 14:25:09 -0500 Subject: [PATCH] Switch to 2023.2 testing runtime py version We have prepared general testing template now and that has been updated for 2023.2 (current dev cycle) testing runtime. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/873051 Switching election repo testing to the general template and we do not need to update it in future cycle (all adjustment of future cycle testing runtime will be handled by central place). Change-Id: I1ea1e98ba4b7214b4576ecac1e2fdd66bd218c06 --- .zuul.d/project.yaml | 2 +- setup.cfg | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 9661392e..609f450c 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -1,7 +1,7 @@ - project: templates: - build-openstack-docs-pti - - openstack-python36-jobs + - openstack-python3-jobs check: jobs: - openstack-tox-linters diff --git a/setup.cfg b/setup.cfg index 6dba4280..bbdfaa59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,8 +13,9 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 - Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [files] packages = openstack_election