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 a93d9a0 commit 106e4c0Copy full SHA for 106e4c0
setup.py
@@ -6,7 +6,8 @@
6
7
EXTRA_REQUIRES = {
8
'dev': [
9
- 'flake8~=4.0.1',
+ "flake8~=4.0.1; python_version <= '3.11'",
10
+ "flake8~=7.*; python_version >= '3.12'",
11
'flake8-logging-format',
12
'mypy',
13
'pytest',
0 commit comments