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 fixes #107

Merged
merged 11 commits into from
Aug 22, 2022
Merged

Python 3.11 fixes #107

merged 11 commits into from
Aug 22, 2022

Conversation

sumerc
Copy link
Owner

@sumerc sumerc commented Aug 2, 2022

Fixes #104, #103.

And add 3.11to CI.

@sumerc sumerc self-assigned this Aug 2, 2022
Copy link
Contributor

@gaborbernat gaborbernat left a comment

Choose a reason for hiding this comment

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

Add 3.11 to Github Actions? 🤔

@sumerc
Copy link
Owner Author

sumerc commented Aug 2, 2022

Unfortunately, it seems supporting 3.11 will not be that easy...

I have just looked into this today and there are lots and LOTS of changes in the core VM(probably related to Faster Python incentive) that I cannot easily support 3.11. I have listed all of the issues I faced and asked in here -> https://discuss.python.org/t/python-3-11-frame-structure-and-various-changes/17895

@sumerc sumerc marked this pull request as ready for review August 18, 2022 14:07
@sumerc
Copy link
Owner Author

sumerc commented Aug 18, 2022

I added 3.11 to CI as well. The only thing left is gevent. Currently gevent tests are excluded for 3.11 as it is not compiling on 3.11 yet. All other problems are fixed, thanks to the discussion here -> https://discuss.python.org/t/python-3-11-frame-structure-and-various-changes/17895

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants