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 22f91fb commit 5b104d0Copy full SHA for 5b104d0
setup.py
@@ -29,7 +29,7 @@ def long_description():
29
testing_deps = testing_minimal_deps + testing_plugin_deps
30
31
linting_deps = [
32
- "isort~=5.11.0",
+ "isort~=5.11.0,<5.12.0", # 5.12.0 drops support for Python 3.7, 6.0.0 drops 3.8
33
"black~=23.0",
34
"ruff==0.0.267",
35
"codespell[toml]~=2.2.5",
0 commit comments