CI: Remove python 3.7 validation from GHA 08/72208/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 3 Oct 2023 16:54:29 +0000 (09:54 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 3 Oct 2023 16:54:29 +0000 (09:54 -0700)
Issue: RELENG-4891
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I0224c6a43c677aa2fba5d7450c5cd50500f11bd5

.github/workflows/gerrit-verify.yaml

index e189223..615b2a3 100644 (file)
@@ -112,7 +112,6 @@ jobs:
     strategy:
       matrix:
         python:
-          - "3.7"
           - "3.8"
           - "3.9"
     steps: