From 76a37adaa46bf41ec6f741660ec60f196d65cf2c Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 4 Mar 2026 15:48:09 +0100 Subject: [PATCH] [CDS] use python 3.8 tox env - repo that is tested is on 3.7, but 3.8 is the oldest that is available on the builder Issue-ID: CCSDK-4157 Change-Id: I9b1d777539e0e344351247e3fa82462b1ca64ab2 Signed-off-by: Fiete Ostkamp --- jjb/ccsdk/cds-python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/ccsdk/cds-python.yaml b/jjb/ccsdk/cds-python.yaml index 16543f711..3d1ea6f34 100644 --- a/jjb/ccsdk/cds-python.yaml +++ b/jjb/ccsdk/cds-python.yaml @@ -7,7 +7,7 @@ build-node: ubuntu2204-builder-4c-4g python-version: python3 tox-dir: ms/py-executor - tox-envs: py37 + tox-envs: py38 gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: "ms/py-executor/.*" @@ -29,7 +29,7 @@ build-node: ubuntu2204-builder-4c-4g python-version: python3 tox-dir: ms/artifact-manager - tox-envs: py37 + tox-envs: py38 gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: "ms/artifact-manager/.*" -- 2.16.6