Skip to content

Commit

Permalink
CI: Update python validation
Browse files Browse the repository at this point in the history
* Drop python 3.6
* Set min version to 3.8
* Add python 3.9

Issue: RELENG-4891
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I6c5dfa4a7730783cdb1e2181e33503241f90109f
Signed-off-by: Andrew Grimberg <[email protected]>
  • Loading branch information
tykeal committed Oct 3, 2023
1 parent e88d4e3 commit 5f728f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
python:
- "3.7"
- "3.8"
- "3.9"
steps:
- name: Checkout change
uses: lfit/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ envlist =
docs-linkcheck,
license,
pre-commit,
py36,
py37,
py38
minversion = 3.7
py39
minversion = 3.8
skip_missing_interpreters = true
ignore_basepython_conflict = true

Expand Down

0 comments on commit 5f728f9

Please sign in to comment.