Merge "Drop openSUSE from commonly tested distro list"

This commit is contained in:
Zuul 2021-01-27 01:13:23 +00:00 committed by Gerrit Code Review
commit 0ba2220aed
2 changed files with 1 additions and 3 deletions

View File

@ -117,7 +117,6 @@ used to deploy OpenStack on:
- `Latest Ubuntu LTS <https://wiki.ubuntu.com/Releases>`_
- `Latest CentOS Major <https://www.centos.org/download/>`_
- `Latest openSUSE Leap <https://software.opensuse.org/>`_
Below are the two upstream testing required as minimum to consider the above distro for defining
the testing runtime:

View File

@ -7,7 +7,6 @@ distribution <pti-linux-distros>` versions are:
* Ubuntu 20.04
* CentOS 8
* openSUSE Leap 15
Python Runtimes for Wallaby
============================
@ -21,7 +20,7 @@ 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.0 and OpenSUSE Leap 15.2)
* Python 3.6 (default in CentOS 8.0)
* Python 3.8 (latest available; default in Ubuntu 20.04)
More details on Python requirements can be found in :ref:`pti-python`.