Skip to content

Commit

Permalink
Chore: Bump base python to 3.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tykeal committed Oct 4, 2023
1 parent e4f3c9d commit 90308a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 90308a5

Please sign in to comment.