Skip to content
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

Don't depend on argparse from pip for python >= 3.2 #250

Open
tylerprete opened this issue Jun 4, 2024 · 1 comment
Open

Don't depend on argparse from pip for python >= 3.2 #250

tylerprete opened this issue Jun 4, 2024 · 1 comment

Comments

@tylerprete
Copy link
Contributor

Argparse has been an included module in python since version 3.2 (https://docs.python.org/3/library/argparse.html).
It would be nice to stop requiring it to be installed for modern python versions.

pip has a way to specify that it's only a requirement for specific python versions:
argparse ; python_version <= "3.1"

@brendan-p-lynch
Copy link

Merged in the PR that should fix this. Will close once we do a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants