2023.2 only: Switch to non-versioned template

... to use the appropriate python versions in tests. This also marks
python 3.10 supported because it's part of the tested runtimes for
2023.2.

The job template was updated in master by [1] so this is submitted as
a stable only change.

[1] https://review.opendev.org/c/openstack/cliff/+/905372

Change-Id: Ie0b18f4a49a30cc5d1d91191f9d04643d5d7a426
This commit is contained in:
Takashi Kajinami 2024-01-12 16:13:40 +09:00
parent 594e9469ef
commit 89f318e6fe
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-antelope-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti
check:
jobs:

View File

@ -13,6 +13,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Intended Audience :: Developers