From 146b85d6512e75804c2bdaf208a569c7fb63aa4a Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 9 Jan 2024 18:42:56 -0800 Subject: [PATCH] Test python 3.10 and 3.11 As per the current release tested runtime, we need to test python 3.8 to python 3.11 so using the generic python testing template which run the python versions jobs as per the current release runtime. Also, updating the same in python classifier in setup.cfg Change-Id: Ib1af13776d3a37716b75ee59f5e5982476c28309 --- .zuul.yaml | 2 +- setup.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 802fa6d..9557b6b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,7 @@ - project: templates: - check-requirements - - openstack-python3-zed-jobs + - openstack-python3-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: diff --git a/setup.cfg b/setup.cfg index d345d7f..fd94165 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,8 @@ classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators