-
Notifications
You must be signed in to change notification settings - Fork 7
DOC: Added a hint for future developers #108
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.
LGTM, but Matt should review, too.
6366a05 to
bdc6af9
Compare
|
Trying to use this here, I run into: and into: |
3e5b39f to
f80ec68
Compare
f80ec68 to
a0d4c71
Compare
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.
LGTM
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.
LGTM
a0d4c71 to
c40ef4e
Compare
fd92eb5 to
d600e21
Compare
d600e21 to
2ddcf5c
Compare
Minimizing the explicit build list greatly reduces the CI burdens for testing resources. Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11 through the Stable ABI. Extensions compiled against the Python 3.11 ABI should, in principle, continue to work without recompilation in Python 3.12 and 3.13. However, relying on the Stable ABI doesn't guarantee complete compatibility, as behavioral changes or bug fixes in newer Python versions can still affect extension behavior. It is recommended to rebuild extensions for each major Python version to ensure optimal compatibility and to take advantage of any potential performance improvements.
2ddcf5c to
633592d
Compare
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.
thank you @hjmjohnson
No description provided.