From d47ecc85c70258808c3f9efee244d7264e920110 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 19 Oct 2023 11:21:45 +0200 Subject: [PATCH] Do not run CI using Python 3.7 for ONAP Python SDK Python 3.7 is end-of-life and was removed from ONAP SDK supported versions Issue-ID: TEST-412 Signed-off-by: Michal Jagiello Change-Id: I7aeb9c6b29c8eb499186d401914942c285ffb7ec --- jjb/integration/integration-python-onapsdk.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jjb/integration/integration-python-onapsdk.yaml b/jjb/integration/integration-python-onapsdk.yaml index 067e60775..4f89fb922 100644 --- a/jjb/integration/integration-python-onapsdk.yaml +++ b/jjb/integration/integration-python-onapsdk.yaml @@ -11,10 +11,6 @@ - "master": branch: "master" subproject: - - "python3.7": - tox-dir: "." - tox-envs: "py37" - pattern: "**/*.py" - "python3.8": tox-dir: "." tox-envs: "py38" -- 2.16.6