Remove unsupported python versions

The tempest does not support py36 and py37, therefore
we cannot support it in tempest-stress.

This patch removes the py36 and py37 jobs.

Change-Id: I51a80feb6d4a2e9647805d29f20c31cf9cfed8fc
This commit is contained in:
Manpreet Kaur 2023-03-21 16:35:50 +00:00
parent 1dfea45945
commit 8a35fb6017
2 changed files with 1 additions and 7 deletions

View File

@ -4,16 +4,12 @@
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://opendev.org/openstack/tempest-stress/src/branch/master/README.rst
python_requires = >=3.6
python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -17,8 +17,6 @@ classifier =
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10