We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca50e0 commit 2ba09a2Copy full SHA for 2ba09a2
.github/workflows/ci-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
py-ver-major: [3]
27
- py-ver-minor: [6, 7, 8, 9, 10]
+ py-ver-minor: [7, 8, 9, 10]
28
step: [lint, unit, bandit, mypy]
29
30
env:
0 commit comments