From 515cc66287c2585e8bedf17a1a0f912f912e4292 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 9 Aug 2022 11:38:00 +0300 Subject: [PATCH] Use Python 3.10 for Ansible's devel branch Use Python 3.10 on Ubuntu 22.04 LTS (Jammy Jellyfish) for Ansible 2.14 branch, since it supports Python from 3.9 now. https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_14.html Change-Id: Ib20feb82729fe0b641aafa9c8b92060b1d85f9c9 --- .zuul.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a1a2c63b..8e73ce58 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -257,13 +257,14 @@ - job: name: openstack-tox-linters-ansible-devel parent: openstack-tox-linters-ansible + nodeset: ubuntu-jammy description: | Run openstack collections linter tests using the devel branch of ansible # non-voting because we can't prevent ansible devel from breaking us voting: false vars: - python_version: 3.8 - bindep_profile: test py38 + python_version: '3.10' + bindep_profile: test py310 - job: name: openstack-tox-linters-ansible-2.12