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

Add support for Python 3.13 #1363

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Add support for Python 3.13 #1363

merged 1 commit into from
Sep 8, 2024

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 8, 2024

The final Python 3.13 release candidate is out now! 🚀

The Release Manager has issued a call to action:

We strongly encourage maintainers of third-party 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.0rc2 will work with future versions of Python 3.13. As always, report any issues to the Python bug tracker.

@@ -55,6 +58,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.PYTHON.VERSION }}
allow-prereleases: true
Copy link
Member

Choose a reason for hiding this comment

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

We prefer explicitly specifying 3.13-dev, not doing allow-prereleases, and then switching on release day.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated!

Copy link
Member

@alex alex left a comment

Choose a reason for hiding this comment

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

Thanks!

@alex alex merged commit 6502a0e into pyca:main Sep 8, 2024
38 checks passed
@hugovk hugovk deleted the add-3.13 branch September 8, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants