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