Skip to content

Commit

Permalink
CI: Remove python 3.6 checks
Browse files Browse the repository at this point in the history
GHA default runners will not install python 3.6, remove it as an option.

Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: Ia9b54001fb1d6b774796735be0b0a7dde7f70ee3
  • Loading branch information
tykeal committed Apr 12, 2023
1 parent 1061d91 commit e747258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
strategy:
matrix:
python:
- "3.6"
- "3.7"
- "3.8"
steps:
Expand Down

0 comments on commit e747258

Please sign in to comment.