-
Notifications
You must be signed in to change notification settings - Fork 791
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
Full Python 3.8 FFI support #704
Comments
I wrote some patches on Python3.8 and observed no test failing... |
With github actions I get the same error as with travis:
|
I saw the same error when I set up Python3.8 CI on Azure for a personal project, and ... I still don't know the solution! 😓 |
Now that we have 3.8 on CI, what else are we wanting to add here? (Presumably all new C APIs added in Python 3.8?) |
This and I would say checking that all changes in the c-api are accounted for. For example in dgrunwald/rust-cpython#187 there was a |
I think dgrunwald/rust-cpython#187 does provide a good starting point for us.
3.8 should also be added to CI. There was some issue when I tried to replace 3.8-dev with 3.8 in #648
Edit: Removed unrelated issue.
The text was updated successfully, but these errors were encountered: