-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ci: Add Python 3.14b03 to the test matrix #30204
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
base: main
Are you sure you want to change the base?
Conversation
03cb4d7
to
7c33f3a
Compare
Hmm... I'll check exactly what I do... |
Now the tests seem to get repeatedly stuck at 2%. I don't think this is because #29157 since that triggers the maximum recursion depth exception. |
I created #30205 that includes this and #30198. It seems that
|
cabe3fb
to
b087017
Compare
With continue-on-error set so failures don't break the build Co-authored-by: Oscar Gustafsson <[email protected]>
I suspect the timeouts are from GUI tests; for now, it may be a good idea to skip installing those, as is done for Python 3.13t. |
Actually, looking at the log, none of them are available, so you might as well skip them to avoid building them from source since they also have no wheels. I guess if they're getting stuck, it's in Tk then. |
With continue-on-error set so failures don't break the build
PR summary
PR checklist