Open
Description
pyproject.toml
specifiespython>=3.8
.pyproject.toml
also specifiesblack==25.1.0
, which requires at least Python 3.9.requires-optional.txt
specifiesblack==22.3.0
, which is compatible with Python 3.8.- We should pick a consistent version of
black
… - …that supports
py311
andpy312
(which 25.1.0 does but 22.3.0 doesn't).