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

Python 3.11 compatibility #96

Merged
merged 9 commits into from Nov 4, 2022

Conversation

devinrsmith
Copy link
Member

@devinrsmith devinrsmith commented Nov 1, 2022

See https://docs.python.org/3.11/whatsnew/3.11.html#whatsnew311-c-api-porting

Added Py_SET_TYPE compatibility
Added Py_SET_SIZE compatibility
Added PyFrame_GetCode compatibility
Added explicit patchelf dependency instead of relying on system binary, not included by default (see pypa/auditwheel#386, pypa/auditwheel#403)
Added Python 3.11 CI logic

Fixes #95

@devinrsmith devinrsmith self-assigned this Nov 1, 2022
@devinrsmith devinrsmith marked this pull request as ready for review November 1, 2022 16:45
@devinrsmith
Copy link
Member Author

I've passed the integration testing wrt deephaven-core.

@devinrsmith devinrsmith merged commit 3eff72b into jpy-consortium:master Nov 4, 2022
@devinrsmith devinrsmith deleted the python-3-11-compat branch November 4, 2022 18:25
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.

Support Python 3.11
3 participants