Skip to content

Maintain support for pre-Python 3.11 #1107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 4, 2023
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jun 3, 2023

Re: #1097 (comment)

Let's maintain support for Python versions earlier than 3.11.

Done as an if/else rather than a long ternary, as tools like pyupgrade can automatically remove the old code when the time comes.


📚 Documentation preview 📚: https://cpython-devguide--1107.org.readthedocs.build/

Copy link
Member

@CAM-Gerlach CAM-Gerlach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, except for some related fixes to the readme phrasing. Thanks @hugovk !

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
@hugovk hugovk merged commit 8ffeda5 into python:main Jun 4, 2023
@hugovk hugovk deleted the utc-pre-3.11 branch June 4, 2023 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants