-
Notifications
You must be signed in to change notification settings - Fork 128
Fixed incompatibilities with Python 3.14.3. #1571
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
…due to incompatibilities with newer versions.
…g id(instance) instead.
|
🤖 Hi @kmvanbrunt, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.x #1571 +/- ##
==========================================
+ Coverage 98.97% 99.23% +0.26%
==========================================
Files 21 21
Lines 4957 4844 -113
==========================================
- Hits 4906 4807 -99
+ Misses 51 37 -14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
🤖 I'm sorry @kmvanbrunt, but I was unable to process your request. Please see the logs for more details. |
* Removed most overridden functions for custom argparse help formatting due to incompatibilities with newer versions. * Updated _macro_list to use a method to build its parser. * No longer storing Cmd/CommandSet instance in subcommand parsers. Using id(instance) instead. * Fixed issue deep copying Cmd2ArgumentParser in Python 3.14.3.
* Removed most overridden functions for custom argparse help formatting due to incompatibilities with newer versions. * Updated _macro_list to use a method to build its parser. * No longer storing Cmd/CommandSet instance in subcommand parsers. Using id(instance) instead. * Fixed issue deep copying Cmd2ArgumentParser in Python 3.14.3. Co-authored-by: Kevin Van Brunt <kmvanbrunt@gmail.com>
No description provided.