Skip to content

Commit 15bff6c

Browse files
committed
Update flake8 to support Python 3.14
1 parent 2469241 commit 15bff6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"coverage",
3333
"pytest>5.4.0;python_version>='3.6'",
3434
"pytest-cov>=2.10.0;python_version>='3.6'",
35-
"flake8" + (PY_VERSION_10_OR_LATER and "==6.0" or "==5.0.4;python_version<'3.10'"),
35+
"flake8" + (PY_VERSION_10_OR_LATER and "==7.3.0" or "==5.0.4;python_version<'3.10'"),
3636
"flake8-isort"
3737
+ (PY_VERSION_10_OR_LATER and ">=6.0.0" or "==4.2.0;python_version<'3.10'"),
3838
"flake8-bugbear"

0 commit comments

Comments
 (0)