-
Notifications
You must be signed in to change notification settings - Fork 213
also with test Python 3.14 #4992
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: develop
Are you sure you want to change the base?
Conversation
Testing on my freshly updated Fedora 43 Beta with Python 3.14rc3, I see a few more failures. I don't know if all are related to Python 3.14 though: Click to open
This leaves the same two errors we have in the CI. |
Python 3.14.0 has been tagged: https://github.com/python/cpython/releases/tag/v3.14.0 |
Final release of Python 3.14 is not there yet, so this is very drafty.
At least one test fails because the
rc.2
bit is unexpected, but that's mostly a non-issue (it'll disappear when we update this to use3.14.0
)