From 8f04a31e185762bb600990d9cd8eb00b8d686209 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Wed, 8 Jun 2022 09:01:37 +0800 Subject: [PATCH] Remove py36 zuul task In Zed, we have dropped the python 3.6/3.7[1] testing and its support. Removing the py36 centos8 job as well as updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Ie240decdaa1fac19a3b1a56f29741303329e2e28 --- .zuul.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9666382..ae92f76 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,5 +2,12 @@ templates: - check-requirements - openstackclient-plugin-jobs - - openstack-python3-yoga-jobs - publish-openstack-docs-pti + check: + jobs: + - openstack-tox-pep8 + - openstack-tox-py38 + gate: + jobs: + - openstack-tox-pep8 + - openstack-tox-py38