From: Matthew Watkins Date: Tue, 19 Sep 2023 13:29:50 +0000 (+0100) Subject: Fix: Remove Py3.8 tests to prevent potential breakage X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F72120%2F1;p=releng%2Fpython-one-password.git Fix: Remove Py3.8 tests to prevent potential breakage Issue: RELENG-4874 Change-Id: I3c8a05c9fca34b0dabeefb8bb79c928d7cf0fe29 Signed-off-by: Matthew Watkins --- 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"