-
Notifications
You must be signed in to change notification settings - Fork 152
Add support for Python 3.14 #483
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
Conversation
|
There are still lint and pytest-regression errors :| |
|
Ah, now I see what that PR was doing :) |
|
(@amotl , I can't update this branch with the py313 changes already merged) |
Would you like to be able to force-push on this foreign remote branch? I've just sent you an invite. Thanks.
-- https://github.com/daq-tools/streamz/settings/access |
I can also do the rebase easily. |
Instead of opening a new PR directly here and losing the PR discussion, I opened that PR to the daq-tools fork so the CI changes can flow down. I have the CI for 3.14 running cleanly running on my fork. |
AttributeError: 'OrderedSet' object has no attribute 'copy'

About
A few adjustments to make the majority of the test cases succeed on Python 3.14 on my machine.
References