-
Notifications
You must be signed in to change notification settings - Fork 834
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
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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.
Co-authored-by: David Hewitt <[email protected]>
Co-authored-by: David Hewitt <[email protected]>
Co-authored-by: David Hewitt <[email protected]>
Co-authored-by: Icxolu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks both 👍
No description provided.