Skip to content

Commit

Permalink
CI: Drop 3.6 support
Browse files Browse the repository at this point in the history
Drop 3.6 support in pipelines

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
  • Loading branch information
colin-pm committed Jun 19, 2022
1 parent da3e1a9 commit a9c2459
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
Expand Down Expand Up @@ -123,7 +121,7 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
vault-version:
- 1.4.7
- 1.5.9
Expand Down

0 comments on commit a9c2459

Please sign in to comment.