Skip to content

Commit 2ba09a2

Browse files
committed
DO NOT MERGE - temporarily drop py3.6 from CI
1 parent 3ca50e0 commit 2ba09a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
py-ver-major: [3]
27-
py-ver-minor: [6, 7, 8, 9, 10]
27+
py-ver-minor: [7, 8, 9, 10]
2828
step: [lint, unit, bandit, mypy]
2929

3030
env:

0 commit comments

Comments
 (0)