-
-
Notifications
You must be signed in to change notification settings - Fork 290
[ci] Start testing on python 3.14-beta #2731
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
2be6d69
to
c1e0e98
Compare
c1e0e98
to
7121896
Compare
I've been looking into the |
f9b8e04
to
adaabd4
Compare
Rebased the PR and fixed the remaining two test cases. Just wondering if we need to split the Both are already ignored for PyPy. When I run them locally, Python crashes with
--
|
I was trying to keep the return in finally for python < 3.14 but it's near impossible (very hard as we have 188 tests using it, we can't remove them all for python 3.14). Probably not something we're going to break by mistake, so probably safe to skip. |
My current guess with the last issue is either a fail of pytest under windows and python 3.14 or a cache issue on our side. |
Added backport label because we'll need 3.14 compat for pylint faster than we can properly release 4.0.0. |
Type of Changes