From 6c3f20aee7a09cb64aa433c48b7dd29a1c0dbc12 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 3 Dec 2021 08:57:15 +0100 Subject: Use only Yoga tests TC has decided to keep support for Python 3.6 during the Yoga cycle. For more info see [1] [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-December/026164.html Change-Id: I9ad08221b74d0ddbb800f6b56c98fdd472f0815d --- setup.cfg | 1 + zuul.d/project.yaml | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/setup.cfg b/setup.cfg index d8de9bb..86fb86b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 [files] packages = ironicclient diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 20bd3bf..7169c53 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -9,20 +9,10 @@ - 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 - ironicclient-functional - ironicclient-tempest gate: queue: ironic 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 - ironicclient-functional - ironicclient-tempest -- cgit v1.2.1