-
Notifications
You must be signed in to change notification settings - Fork 2.2k
ci: support Python 3.14 #5646
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: master
Are you sure you want to change the base?
ci: support Python 3.14 #5646
Conversation
|
The tests/test_operator_overloading.py failure is a trivial fix, but I'm not sure about the other two. They could easily steal a couple hours each to take care of... |
Looks like two errors: I can try bisecting later. |
Yeah, I changed the error message in: python/cpython#132825 You may be able to fix your test by replacing "startswith" with "contains" ("in"). |
The change was documented 1h ago: python/cpython@de28651. |
BTW, we are also running into https://gitlab.kitware.com/cmake/cmake/-/issues/26926 on Windows, CMake is confused and trying to use a free-threaded lib. I've seen that with scikit-build-core, too, in scikit-build/scikit-build-core#1074. |
Bisecting this shows it was broken by python/cpython#123192. I've commented on python/cpython#115776. |
1a879b5
to
63877be
Compare
63877be
to
805e5b1
Compare
Signed-off-by: Henry Schreiner <[email protected]>
805e5b1
to
4ff28e2
Compare
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
4ff28e2
to
574a024
Compare
Signed-off-by: Henry Schreiner <[email protected]>
Description
Let's try beta 1!
Suggested changelog entry: