CI: Remove python 3.6 checks 47/71547/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 12 Apr 2023 17:42:43 +0000 (10:42 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 12 Apr 2023 17:43:22 +0000 (10:43 -0700)
GHA default runners will not install python 3.6, remove it as an option.

Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Ia9b54001fb1d6b774796735be0b0a7dde7f70ee3

.github/workflows/gerrit-verify.yaml

index f0290b4..91fcd13 100644 (file)
@@ -93,7 +93,6 @@ jobs:
     strategy:
       matrix:
         python:
-          - "3.6"
           - "3.7"
           - "3.8"
     steps: