Uh oh!
There was an error while loading. Please reload this page.
Fix tests for Python 3.14 - #3722
Conversation
Co-authored-by: mirthebeijers <mirthebeijers@users.noreply.github.com> Co-authored-by: SamMorrowDrums <SamMorrowDrums@users.noreply.github.com>
tadeboro
commented
Dec 27, 2025
Out of 2k changes in this PR, only cca. 30 lines are actually related to Python 3.14 support. You should split your PR into two to keep them focused: one for adding Pythoin 3.14 support, and another one for uv shenanigans. |
karpetrosyan
commented
Dec 27, 2025
It’s just based on these 2k changes, and we can take the last 30-line change commit and commit it separately if we decide to. |
tadeboro
commented
Dec 27, 2025
There are no "clean" commits in this PR right now when it comes to Python compatibility fixes. be7ef24 is fairly close, but even that one touches uv.lock file. |
Based on #3721. Ensures that CI checks are passing for 3.14