From 3febae752925d98e97e80d45e0699177e9770ae9 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 17 Apr 2023 17:31:04 -0400 Subject: [PATCH] Update functional jobs for 2023.2 Based on the python runtimes for 2023.2 [0], we should be running functional jobs on python 3.9 and python 3.10. This patch does not remove the ability to run the functional jobs locally on python 3.8, as it may be useful to test changes that are intended to be backported. [0] https://governance.openstack.org/tc/reference/runtimes/2023.2.html Change-Id: I5e12a7555b465a5fd8510d5a9b80d5caa30ce507 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index a920ca03947..694962907ab 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,7 +14,7 @@ - cinder-mypy - cinder-tox-bandit-baseline: voting: false - - openstack-tox-functional-py38: + - openstack-tox-functional-py39: irrelevant-files: &functional-irrelevant-files - ^.*\.rst$ - ^cinder/locale/.*$