diff --git a/reference/project-testing-interface.rst b/reference/project-testing-interface.rst index d3bd5b3bf..31c58b435 100644 --- a/reference/project-testing-interface.rst +++ b/reference/project-testing-interface.rst @@ -116,7 +116,8 @@ The following free operating systems are representative of platforms regularly used to deploy OpenStack on: - `Latest Ubuntu LTS `_ -- `Latest CentOS Major `_ +- `Latest CentOS Stream Major `_ +- `Latest Debian Stable `_ Below are the two upstream testing required as minimum to consider the above distro for defining the testing runtime: diff --git a/reference/runtimes/yoga.rst b/reference/runtimes/yoga.rst index 63772e486..2b2a584c2 100644 --- a/reference/runtimes/yoga.rst +++ b/reference/runtimes/yoga.rst @@ -6,7 +6,8 @@ At the start of the Yoga development cycle, the current :ref:`LTS or stable distribution ` versions are: * Ubuntu 20.04 -* CentOS 8 Stream +* CentOS Stream 9 +* Debian 11 Python Runtimes for Yoga ======================== @@ -20,8 +21,8 @@ when all projects have migrated to a later version. Based on the criteria above, all Python-based projects must target and test against, at a minimum: -* Python 3.6 (default in CentOS 8 Stream) -* Python 3.8 (latest available; default in Ubuntu 20.04) +* Python 3.8 (available as default in Ubuntu 20.04) +* Python 3.9 (available as default in Debian 11) More details on Python requirements can be found in :ref:`pti-python`.