Uh oh!
There was an error while loading. Please reload this page.
Test Python 3.14 in CI - #565
Conversation
srittau
commented
Apr 1, 2025
Ideally I'd want to use something like |
brianschubert
commented
Apr 1, 2025
I think it might be? I saw something similar in the SQLAlchemy tests: https://github.com/sqlalchemy/sqlalchemy/blob/main/.github/workflows/run-test.yaml#L121 |
srittau
commented
Apr 1, 2025
Huh, I tried that but VSCode flagged that as invalid and the GitHub docs didn't mention it. I'll change it. |
Daraan
commented
Apr 2, 2025
Can/should we add a warning in a failing case? |
srittau
commented
Apr 2, 2025
In principle I like the idea of a warning message, but I didn't want to complicate the CI scripts for now. |
brianschubert
commented
Apr 2, 2025
I think we get this for free - it seems an error annotation still gets emitted for the failing step even when the job doesn't fail: https://github.com/python/typing_extensions/actions/runs/14196009731 |
Uh oh!
There was an error while loading. Please reload this page.
JelleZijlstra
commented
May 5, 2025
Working on a PR to make the 3.14 tests pass |
No description provided.