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
This commit is contained in:
Ghanshyam Mann 2024-01-09 18:42:56 -08:00
parent 48a42bcd45
commit 146b85d651
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
- project:
templates:
- check-requirements
- openstack-python3-zed-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

@ -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