From 069f4aef37ff82d6ae578d3a583cc483fb3a5f5b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 5 May 2020 19:57:43 +0200 Subject: [PATCH] Add py38 testing Python 3.8 is current version, replace py37 so that we test 3.5 and 3.8 as lowest/highest. This follows I4b382bb89847d3ae2b20292d923c3c2211dfb254 for zuul. Change-Id: I35a1492ff0e34c7951c8ecf216992044fdb3065f --- zuul-tests.d/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul-tests.d/project.yaml b/zuul-tests.d/project.yaml index e4672feaf..c6c275ca6 100644 --- a/zuul-tests.d/project.yaml +++ b/zuul-tests.d/project.yaml @@ -9,14 +9,14 @@ - tox-py27 - tox-py35: nodeset: ubuntu-xenial - - tox-py37 + - tox-py38 gate: jobs: - zuul-tox-docs - tox-py27 - tox-py35: nodeset: ubuntu-xenial - - tox-py37 + - tox-py38 promote: jobs: - zuul-promote-docs