Skip to content
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

Preparing for Python 3.13 #3587

Open
5 of 6 tasks
dangotbanned opened this issue Sep 10, 2024 · 0 comments · May be fixed by #3591
Open
5 of 6 tasks

Preparing for Python 3.13 #3587

dangotbanned opened this issue Sep 10, 2024 · 0 comments · May be fixed by #3591

Comments

@dangotbanned
Copy link
Member

dangotbanned commented Sep 10, 2024

https://www.python.org/downloads/release/python-3130rc2/

This release, 3.13.0rc2, is the final release preview. This release is expected to become the final 3.13.0 release, barring any critical bugs being discovered.
The official release of 3.13.0 is scheduled for Tuesday, 2024-10-01.

There will be no ABI changes from this point forward in the 3.13 series.
Call to action
We strongly encourage maintainers of Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13 wheels on PyPI to be ready for the final release of 3.13.0.
Any binary wheels built against Python 3.13.0rc1 and later will work with future versions of Python 3.13. As always, report any issues to the Python bug tracker.

Tasks

Related

dangotbanned added a commit that referenced this issue Sep 14, 2024
Minimal/fallback support for `3.13`.

Ideally I'd like to minimise hard dependencies we have on `typing_extensions` before October 2024.
However, this would be the simpler option if it passes CI

Resolves #3587
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant