Skip to content

Commit 315f071

Browse files
committed
requirements[dev]: Clarify black version to synchronize Python support.
1 parent 5b104d0 commit 315f071

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
@@ -30,7 +30,7 @@ def long_description():
3030

3131
linting_deps = [
3232
"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",
33+
"black==23.3.0", # Later versions drop support for Python 3.7
3434
"ruff==0.0.267",
3535
"codespell[toml]~=2.2.5",
3636
"typos~=1.16.11",

0 commit comments

Comments
 (0)