Skip to content

Commit 106e4c0

Browse files
author
Victoria Hall
committed
flake8 version for 3.12
1 parent a93d9a0 commit 106e4c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
EXTRA_REQUIRES = {
88
'dev': [
9-
'flake8~=4.0.1',
9+
"flake8~=4.0.1; python_version <= '3.11'",
10+
"flake8~=7.*; python_version >= '3.12'",
1011
'flake8-logging-format',
1112
'mypy',
1213
'pytest',

0 commit comments

Comments
 (0)