Closed
Description
Feature
When specifying a python version mypy doesn't yet fully support, emit a warning about the situation.
Pitch
Mypy 0.790 allows the specification of python 3.9 version without complaint. When using it mypy will complain about list[str] syntax because full 3.9 support is not implemented yet. Emitting a warning will make it clear to the end-user that the software is working as intended and there is no problem in their environment, mypy just doesn't fully support the requested version yet.