We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00bde2f + eea5c3a commit 4163133Copy full SHA for 4163133
1 file changed
.github/workflows/test.yml
@@ -26,6 +26,8 @@ jobs:
26
flake8: 'flake8==7.*'
27
- python: '3.7'
28
flake8: 'flake8==6.*'
29
+ - python: '3.8'
30
+ flake8: 'git+https://github.com/pycqa/flake8.git@main'
31
- python: '3.12'
32
flake8: 'flake8==4.*'
33
- python: '3.13'
0 commit comments