-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Test Python 3.14 in CI #565
base: main
Are you sure you want to change the base?
Conversation
Ideally I'd want to use something like |
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 |
Huh, I tried that but VSCode flagged that as invalid and the GitHub docs didn't mention it. I'll change it. |
Can/should we add a warning in a failing case? |
In principle I like the idea of a warning message, but I didn't want to complicate the CI scripts for now. |
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 |
No description provided.