-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
TST: run python-dev CI on 3.14-dev #61950
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
After turning off the warning the tests results look much more reasonable. Here's the summary on Linux CI:
Besides the tests looking for warnings but not seeing any, I see some failures due to new deprecations in Python, some that look like changes in the regex and datetime modules maybe and a few other failures that I can't classify just looking at the failure report. @jorisvandenbossche did you ever have time to look closer at generating the chained assignment warning on 3.14 since it was reported in April? Unfortunately we're probably past the time when we can get C API changes merged into CPython to support this use-case, so it may not be easily feasible to detect what you're looking for just based on refcounts in 3.14 and newer. |
I'd like to see how widespread the test breakage is due to #61368.
Also 3.14rc1 came out earlier this week so Pandas should probably start thinking about 3.14 support soonish.