-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add experimental CI for CPython 3.13 #320
Conversation
corona10
commented
Oct 22, 2023
•
edited
Loading
edited
- Add CPython 3.13 as the experimental CI
- Upgrade greenlet to 3.0.0-rc3
- Update CPython 3.12 as the non-experimental CI
- Remove Python 3.7 from the CI (EOL)
- Set 3.12 default CPython version for other platforms
The CI is failing for 3.12 on macOS and Windows, does this need fixing? Also PyPy3.8 on Ubuntu is failing, but this could be removed because it's no longer supported: |
Yeah, I am under investigation |
Okay! |
d4f42d8
to
691e5a7
Compare
Hmm in my local environment macOS
|
We should handle the directory issue on GA but as I commented let's create an issue and solve it separately.
|
In macOS, /var is a symlink to /private/var. |
a606209
to
1c6a7df
Compare
Yeah, it's looks complex issue than I expected, let's solve it separately cc @hugovk |