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
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 the match statement, but many if/elif blocks have already been refactored using other patterns, so I see little need for it..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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..1 vote ·
All reactions