From: Andrew Grimberg Date: Tue, 3 Oct 2023 16:54:29 +0000 (-0700) Subject: CI: Remove python 3.7 validation from GHA X-Git-Tag: v0.37.7~16 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F72208%2F1;p=releng%2Flftools.git CI: Remove python 3.7 validation from GHA Issue: RELENG-4891 Signed-off-by: Andrew Grimberg Change-Id: I0224c6a43c677aa2fba5d7450c5cd50500f11bd5 --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index e1892238..615b2a34 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -112,7 +112,6 @@ jobs: strategy: matrix: python: - - "3.7" - "3.8" - "3.9" steps: