From: Andrew Grimberg Date: Wed, 4 Oct 2023 13:42:39 +0000 (-0700) Subject: Chore: Bump base python to 3.8 X-Git-Tag: v0.37.7~13 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F72213%2F1;p=releng%2Flftools.git Chore: Bump base python to 3.8 Finalize the move to python 3.8 as our base python Issue: RELENG-4891 Signed-off-by: Andrew Grimberg Change-Id: I4d3cea74a171baa6bdb540f8d4a29ac8d5cb4e02 --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 615b2a34..d69b43d1 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -75,7 +75,7 @@ jobs: - name: Configure Python uses: actions/setup-python@v4 with: - python-version: '3.7' + python-version: '3.8' - name: Build package distribution files run: >- pipx run tox -e clean,build @@ -102,7 +102,7 @@ jobs: - name: Configure Python uses: actions/setup-python@v4 with: - python-version: '3.7' + python-version: '3.8' - name: Run static analysis and format checkers run: pipx run pre-commit run --all-files --show-diff-on-failure @@ -153,7 +153,7 @@ jobs: uses: actions/setup-python@v4 id: setup-python with: - python-version: "3.7" + python-version: "3.8" - name: Run docs tests run: >- pipx run tox -e docs @@ -173,7 +173,7 @@ jobs: uses: actions/setup-python@v4 id: setup-python with: - python-version: "3.7" + python-version: "3.8" - name: Run docs-linkcheck tests run: >- pipx run tox -e docs-linkcheck @@ -192,7 +192,7 @@ jobs: uses: actions/setup-python@v4 id: setup-python with: - python-version: "3.7" + python-version: "3.8" - name: Run license tests run: >- pipx run tox -e license