Dropping support for Python 3.9 #380
JamesParrott
started this conversation in
Polls
Replies: 0 comments
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.
-
CPython proposes to EOL 3.9 "approximately" this month.
The last PyPy release with 3.9 support 7.3.16 was in April 2024
Supporting 3.9 is no hardship at all thanks to
from __future__ import annotations, 3.12 is the minimum version that I'm looking forwrd to personally. Python 3.10 does introduce thematchstatement, but manyif/elifblocks have already been refactored using other patterns, so I see little need for it..0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions