**Feature** <!-- Enter a clear and concise description of your feature proposal here. --> Things like: ``` Type statement is only supported in Python 3.12 and greater ``` should not block running mypy if running on Python 3.12+. **Pitch** <!-- Please explain why this feature should be implemented and how it would be used. Add examples, if applicable. --> Blocking errors suck!