From b6d34f917ed5c2589c6a3be5f1ee38ccd49c7abd Mon Sep 17 00:00:00 2001 From: Matthieu Huin Date: Fri, 16 May 2025 16:17:32 +0200 Subject: [PATCH] nox: test on python 3.12 python 3.11 and 3.12 are the versions used to test zuul. Align zuul-client with that. Change-Id: I06ea114085729e52b4027e717f4b10adfda6b792 --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3c67842..df8408e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -84,8 +84,8 @@ - nox-linters: vars: nox_install_bindep: false - - nox-py38: - nodeset: ubuntu-focal + - nox-py312: + nodeset: ubuntu-noble timeout: 3600 - nox-py311: nodeset: ubuntu-jammy @@ -98,8 +98,8 @@ - nox-linters: vars: nox_install_bindep: false - - nox-py38: - nodeset: ubuntu-focal + - nox-py312: + nodeset: ubuntu-noble timeout: 3600 - nox-py311: nodeset: ubuntu-jammy