Skip to content

Commit

Permalink
Only install black on Python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Dec 28, 2024
1 parent 2d26715 commit 15cd407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pytest==8.3.4
trio==0.27.0

# Documentation
black==24.10.0
black==24.10.0; python_version >= "3.9"
mkdocs==1.6.1
mkdocs-material==9.5.47
mkdocstrings-python<1.12.0; python_version < "3.9"
Expand Down

0 comments on commit 15cd407

Please sign in to comment.