Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy 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
to7c33f3a
CompareUh oh!
There was an error while loading.Please reload this page.
Hmm... I'll check exactly what I do... |
Uh oh!
There was an error while loading.Please reload this page.
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. Itseems that
|
Uh oh!
There was an error while loading.Please reload this page.
cabe3fb
tob087017
Compare.github/workflows/tests.yml Outdated
@@ -88,6 +89,9 @@ jobs: | |||
python-version:'3.13' | |||
# https://github.com/matplotlib/matplotlib/issues/29732 | |||
pygobject-ver:'<3.52.0' | |||
-name-suffix:"(Python 3.14 pre-release)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
No need forPython 3.14
in the suffix; it's already there at the start of the name.
With continue-on-error set so failures don't break the buildCo-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
With continue-on-error set so failures don't break the build
PR summary
PR checklist