You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a great suggestion. I think it would make sense to intend to support all current active versions (leeway for new releases) and the last end-of-life version of Python.
That allows mypy to move forward without carrying the baggage of legacy code.
Feature
Right now mypy says:
But, it does not look correct, because
typeshed
does not support3.4
(currently it supports3.7+
).So, how mypy can check
3.4
?I think that we need to bump it:
3.4
is long gonetypshed
does not support itSource: https://github.com/python/mypy/blame/2ebd51e881490f4d20635cde92ef9e3edbbad68c/mypy/defaults.py#L15-L15C20
Pitch
Let's use
3.7
as the minimal supported version. (Ideas about it are welcome)After we decide the version info to be minimal, I will send a PR with the change :)
The text was updated successfully, but these errors were encountered: