From: Michal Jagiello Date: Thu, 19 Oct 2023 09:21:45 +0000 (+0200) Subject: Do not run CI using Python 3.7 for ONAP Python SDK X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=d47ecc85c70258808c3f9efee244d7264e920110 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 --- 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"