Skip to content

Commit

Permalink
DO NOT MERGE - temporarily drop py3.6 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 18, 2022
1 parent 3ca50e0 commit 2ba09a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
py-ver-major: [3]
py-ver-minor: [6, 7, 8, 9, 10]
py-ver-minor: [7, 8, 9, 10]
step: [lint, unit, bandit, mypy]

env:
Expand Down

0 comments on commit 2ba09a2

Please sign in to comment.