Skip to content

Commit 5b104d0

Browse files
committed
requirements[dev]: Limit isort install to synchronize Python versions.
1 parent 22f91fb commit 5b104d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def long_description():
2929
testing_deps = testing_minimal_deps + testing_plugin_deps
3030

3131
linting_deps = [
32-
"isort~=5.11.0",
32+
"isort~=5.11.0,<5.12.0", # 5.12.0 drops support for Python 3.7, 6.0.0 drops 3.8
3333
"black~=23.0",
3434
"ruff==0.0.267",
3535
"codespell[toml]~=2.2.5",

0 commit comments

Comments
 (0)