Drop py3.10 from Tempest
Due to constraints update(rpds-py) in requirements, Tempest master stopped working on python 3.10, which blocks the tempest master gate as well as the stable/2025.1 Ubuntu Jammy jobs. - https://review.opendev.org/c/openstack/requirements/+/990790 As python 3.10 is not in current cycle (2026.2) testing runtime, we need to drop its support from tempest master and use the compatible tempest tag for python 3.10 testing. Tempest drops python3.10 support and pythin 3.10 jobs (ubuntu jammy jobs) can use the 46.3.0 tag to test it. Change-Id: I1b4646d9af5e4690c18b8efbe34250c51582ad86 Signed-off-by: Ghanshyam Maan <gmaan.os14@gmail.com>
This commit is contained in:
@@ -32,7 +32,6 @@ Supported Python Versions
|
||||
|
||||
Tempest master supports the below python versions:
|
||||
|
||||
* Python 3.10
|
||||
* Python 3.11
|
||||
* Python 3.12
|
||||
* Python 3.13
|
||||
|
||||
@@ -19,7 +19,6 @@ classifiers = [
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
prelude: |
|
||||
Tempest dropped the support of python 3.10.
|
||||
upgrade:
|
||||
- |
|
||||
Python 3.10 support has been dropped. The last release of Tempest
|
||||
to support python 3.10 is Temepst 46.3.0. The minimum version
|
||||
of Python supported by Tempest is python 3.11.
|
||||
@@ -8,7 +8,6 @@
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py310
|
||||
- openstack-tox-py311
|
||||
- openstack-tox-py312
|
||||
- openstack-tox-py313
|
||||
@@ -133,7 +132,6 @@
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py310
|
||||
- openstack-tox-py311
|
||||
- openstack-tox-py312
|
||||
- openstack-tox-py313
|
||||
|
||||
Reference in New Issue
Block a user