From: Andrew Grimberg Date: Wed, 12 Apr 2023 17:42:43 +0000 (-0700) Subject: CI: Remove python 3.6 checks X-Git-Tag: v0.37.4~8 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F71547%2F1;p=releng%2Flftools.git CI: Remove python 3.6 checks GHA default runners will not install python 3.6, remove it as an option. Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: Ia9b54001fb1d6b774796735be0b0a7dde7f70ee3 --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index f0290b49..91fcd13f 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -93,7 +93,6 @@ jobs: strategy: matrix: python: - - "3.6" - "3.7" - "3.8" steps: