From 69c6214331a8fcc3fa20115ca9c1b91341754205 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 6 May 2022 13:43:51 -0700 Subject: [PATCH] Amend Zuul v6 releaes notes to include python3.8 min version bump This was missed in the preparation for Zuul v6. Let's include it now to avoid further confusion. Change-Id: Id5b999e3012510a3ab28e383aa8e245f5f2b9cb2 --- releasenotes/notes/ansible-5-0c9d6626294579e0.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes/notes/ansible-5-0c9d6626294579e0.yaml b/releasenotes/notes/ansible-5-0c9d6626294579e0.yaml index 4d8e8fce67..6c57af6010 100644 --- a/releasenotes/notes/ansible-5-0c9d6626294579e0.yaml +++ b/releasenotes/notes/ansible-5-0c9d6626294579e0.yaml @@ -25,3 +25,8 @@ upgrade: therefore the latest available micro-version will be installed at build-time. If you need more control over the version of Ansible used, see the help text for ``zuul-manage-ansible``. + + - | + Python 3.8 or newer is required to run Zuul. This change was necessary + to support Ansible 5 and newer as Ansible's minimum python requirement + is 3.8.