Deprecate older Python versions? #1662
JohnVillalovos
started this conversation in
General
Replies: 3 comments 5 replies
-
@nejch What do you think? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Another benefit of moving to Python 3.7 as a minimum is we can start using dataclasses |
Beta Was this translation helpful? Give feedback.
3 replies
-
I've created a PR to drop support for Python 3.6. And require Python 3.7 or newer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should we deprecate older Python versions?
We have the 3.0 release coming up. Should we deprecate Python 3.6 support?
Python 3.6.0 was released on 2016-12-23: https://www.python.org/downloads/release/python-360/
One benefit is that Python 3.7 supports:
from __future__ import annotations
Beta Was this translation helpful? Give feedback.
All reactions