-
-
Notifications
You must be signed in to change notification settings - Fork 124
Drop typed-argument-parser 3.9 tests, add 3.14 #690
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
Fixes #689. 3.9 is about to lose support and typed-argument-parser evidently already dropped support. I took the opportunity to add 3.14 to all the third-party tests now that 3.14.0 is out (except for typing-inspect, which I know doesn't support 3.14 yet). If any don't pass we can skip them for now.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #690 +/- ##
==========================================
+ Coverage 97.37% 97.38% +0.01%
==========================================
Files 3 3
Lines 7687 7687
==========================================
+ Hits 7485 7486 +1
+ Misses 202 201 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Removed Python 3.14 from the testing matrix due to failing tests and lack of support.
The mypy failure is
https://github.com/python/typing_extensions/actions/runs/18624855749/job/53101499772?pr=690 That's probably something we can fix, but let's get the rest of the run clean first. |
Now something is complaining about the ruff config, might try to figure it out tomorrow. |
Got your back. #691 ;) |
Fixes #689.
3.9 is about to lose support and typed-argument-parser evidently already dropped support.
I took the opportunity to add 3.14 to all the third-party tests now that 3.14.0 is out, but had to disable a few that don't pass yet. I also added a missing line of code for litestar.