Fix: Remove Py3.8 tests to prevent potential breakage 20/72120/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 19 Sep 2023 13:29:50 +0000 (14:29 +0100)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 19 Sep 2023 13:29:50 +0000 (14:29 +0100)
Issue: RELENG-4874
Change-Id: I3c8a05c9fca34b0dabeefb8bb79c928d7cf0fe29
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml

index ce99022..7fb92bf 100644 (file)
@@ -69,7 +69,7 @@ jobs:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
       - uses: actions/setup-python@v4
         with:
-          python-version: '3.8'
+          python-version: '3.9'
       - name: Run static analysis and format checkers
         run: pipx run pre-commit run --all-files --show-diff-on-failure
       - name: Build package distribution files
@@ -92,7 +92,6 @@ jobs:
     strategy:
       matrix:
         python:
-          - "3.8"
           - "3.9"
           - "3.10"
           - "3.11"