From ff16ea1d4d6ee56c40a1c5e564abcead71ca59ff Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 19 Sep 2023 14:29:50 +0100 Subject: [PATCH] Fix: Remove Py3.8 tests to prevent potential breakage Issue: RELENG-4874 Change-Id: I3c8a05c9fca34b0dabeefb8bb79c928d7cf0fe29 Signed-off-by: Matthew Watkins --- .github/workflows/gerrit-verify.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index ce99022..7fb92bf 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -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" -- 2.16.6