Drop typed-argument-parser 3.9 tests, add 3.14#690
Merged
JelleZijlstra merged 3 commits intomainfrom Oct 19, 2025
Merged
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.
Member
Author
|
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. |
hauntsaninja
approved these changes
Oct 19, 2025
hauntsaninja
approved these changes
Oct 19, 2025
Member
Author
|
Now something is complaining about the ruff config, might try to figure it out tomorrow. |
Contributor
Got your back. #691 ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.