Skip to content

docs: Document how to add support CPython versions #5113

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 5 commits into from
May 7, 2025

Conversation

clin1234
Copy link
Contributor

@clin1234 clin1234 commented May 4, 2025

No description provided.

Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

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

Thanks! A few suggestions


If you plan to add support for a pre-release version of CPython, here's a (non-exhaustive) checklist:

- [] Wait until the last alpha release (usually alpha7), since ABI is not guranteed until the first beta release
Copy link
Member

Choose a reason for hiding this comment

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

As per #5093 I'd be open to relaxing this in future, but only with the right safeguards to avoid users running future Pythons having mishaps.

clin1234 and others added 3 commits May 6, 2025 11:51
Co-authored-by: David Hewitt <[email protected]>
Co-authored-by: David Hewitt <[email protected]>
Co-authored-by: David Hewitt <[email protected]>
Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

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

Thanks both 👍

@davidhewitt davidhewitt added this pull request to the merge queue May 7, 2025
Merged via the queue into PyO3:main with commit 24bc7d0 May 7, 2025
43 of 44 checks passed
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