Chore: Bump base python to 3.8 13/72213/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 4 Oct 2023 13:42:39 +0000 (06:42 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 4 Oct 2023 13:42:39 +0000 (06:42 -0700)
Finalize the move to python 3.8 as our base python

Issue: RELENG-4891
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I4d3cea74a171baa6bdb540f8d4a29ac8d5cb4e02

.github/workflows/gerrit-verify.yaml

index 615b2a3..d69b43d 100644 (file)
@@ -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