Skip to content

Commit 7546924

Browse files
authored
Remove dependencies for Python < 3.8 (#45978)
1 parent 99f5bfc commit 7546924

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/requirements_flake8.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
flake8==5.0.4; python_version < '3.9'
2-
pycodestyle==2.9.1; python_version < '3.8'
3-
pyflakes==2.5.0; python_version < '3.8'
42
flake8==6.1.0; python_version >= '3.9'
53
pycodestyle==2.11.1; python_version >= '3.9'
64
pyflakes==3.1.0; python_version >= '3.9'

0 commit comments

Comments
 (0)