Skip to content

Restore support for Python 3.10 to build #1436

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 1 commit into from
Oct 9, 2024

Conversation

zware
Copy link
Member

@zware zware commented Oct 9, 2024

/usr/bin/python3 is still 3.10 in some widely-used distros and the
support requirement is not onerous, needing only to use a longer-lived
alias for the same object (assert datetime.UTC is datetime.timezone.utc
holds where both exist).

See also #1097, #1107.


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

`/usr/bin/python3` is still 3.10 in some widely-used distros and the
support requirement is not onerous, needing only to use a longer-lived
alias for the same object (`assert datetime.UTC is datetime.timezone.utc`
holds where both exist).
@zware zware force-pushed the restore_python310_support branch from 092ba09 to 0cdf84d Compare October 9, 2024 18:51
@zware zware merged commit 356fea2 into python:main Oct 9, 2024
4 checks passed
@zware zware deleted the restore_python310_support branch October 9, 2024 18:56
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.

1 participant