From 1eec8a05c2a95863ceb3c6f0898317956807311b Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 30 Nov 2021 10:59:55 +0100 Subject: [PATCH] Test python 3.6 for distributions compatibility As discussed during the ironic meeting on 29/11/2021, the community has decided to continue testing the code against Python 3.6 to keep compatibility with distributions that have native support for it, such as CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap, at least until it's possible and reasonable considering the support granted from other dependencies and libraries, and not beyond the Yoga cycle. Change-Id: Iae01fa786519a87b820f6ba122de1431f4c8260f --- .zuul.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 97f521e..890c22e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,3 +11,17 @@ - openstack-python3-yoga-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 + check: + jobs: + # NOTE(rpittau): yoga jobs support py38 and py39 but we want to keep + # testing py36 to maintain compatibility with older distributions like + # CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap + # Remove after Yoga + - openstack-tox-py36 + gate: + jobs: + # NOTE(rpittau): yoga jobs support py38 and py39 but we want to keep + # testing py36 to maintain compatibility with older distributions like + # CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap + # Remove after Yoga + - openstack-tox-py36 \ No newline at end of file