tempest/doc/source/supported_version.rst
Ghanshyam Mann 7f3030c291 Test python 3.12
As per 2025.1 testing runtime, Python 3.12 is the
max python version to test. Adding the test job
as well update the document to support it.

Also, remove the python_requires flag from setup.cfg
which stop installing it on python version lower
than the min supported. Let's allow to install and as
long as it work for older python it is ok. User can
get to know the supported python versions from
classifier also.

Change-Id: Ibd4ad33bdc30512568843358973c716b21d039de
2024-10-01 18:56:59 -07:00

967 B

Supported OpenStack Releases and Python Versions

This document lists the officially supported OpenStack releases and python versions by Tempest.

Compatible OpenStack Releases

Tempest master supports the below OpenStack Releases:

  • 2024.2
  • 2024.1
  • 2023.2
  • 2023.1

For older OpenStack Release:

For any older OpenStack Release than the listed above, Tempest master might work. But if Tempest master starts failing then, you can use the respective Tempest tag listed in OpenStack release page.

For example: OpenStack Stein: Tempest 20.0.0

How to use Tempest tag on Extended Maintenance stable branch:

Supported Python Versions

Tempest master supports the below python versions:

  • Python 3.8
  • Python 3.9
  • Python 3.10
  • Python 3.11
  • Python 3.12