Skip to content

Commit

Permalink
Arrgghh
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 29, 2023
1 parent fd1b8af commit d90d7c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@
"pywin32; sys_platform=='win32'",
]
if version_info > (3, 11): # Old versions of black don't support Python 3.12
index = install_requires.index("black>=19.10b0,<22.1.0;python_version>'3.5'")
index = install_requires.index(
"black>=19.10b0,<22.1.0;python_version>'3.5'"
)
install_requires.pop(index) # Pop out the old version


Expand Down

0 comments on commit d90d7c8

Please sign in to comment.