Our `Requires-Python` of `pantsbuild.pants` wheels...
# development
b
Our
Requires-Python
of
pantsbuild.pants
wheels states "Requires-Python: >=3.7,<3.10". Is that correct? I assumed it would be
==3.9.*
h
I guess now that is true
s
would that explains pants trying to install a black wheel from 3.7? 🤔
we had to add the interpreter_constrains for the linters/formatters
h
No, that is due to the default user interpreter constraints
which are still
>=3.7,<3.10
or something