Drop the Python 3.14 gate for argparse suggest_on_error
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
Research direction
Read nixbot_cli/main.py to inspect the Python-version gate around argparse suggest_on_error, then find the project metadata declaring requires-python. Confirm the oldest supported stable release now defaults to Python 3.14, remove the gate, and update the requirement; done means the CLI uses the option without the gate and the declared minimum matches support policy.
Written by the indexing model from the issue text.
Description
nixbot_cli main.py gates suggest_on_error on sys.version_info >= (3, 14) because NixOS 26.05 still defaults to Python 3.13. Once the oldest supported stable release defaults to 3.14, remove the gate and bump requires-python.
- Dominant language
- Python
- Stars
- 87
- Forks
- 13
- Avg merge
- 6h 18m
- Merged PRs (30d)
- 53
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Mic92/nixbot
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
eval logs Open
Difficulty 3/5 1-2 days Newbie friendliness 42/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100