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.
2 parents 875a5f0 + 4a4e2da commit 96b49b5Copy full SHA for 96b49b5
requirements.txt
@@ -2,4 +2,5 @@
2
#:test
3
pytest == 8.3.5
4
pytest-timeout == 2.3.1
5
-flake8 == 7.1.2
+flake8 == 7.1.2; python_version <= '3.8'
6
+flake8 == 7.2.0; python_version >= '3.9'
0 commit comments