We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, The documentation mentions that pipx support python 3.7 and above:
pipx/docs/installation.md
Lines 3 to 4 in 543af21
However the pyproject indicates it only supports 3.8+:
pipx/pyproject.toml
Line 23 in 543af21
The documentation correctly specifies the minimal python version required to install pipx.
Thanks ! Liam.
The text was updated successfully, but these errors were encountered:
python 3.7+
python 3.8+
Successfully merging a pull request may close this issue.
Describe the bug
Hello,
The documentation mentions that pipx support python 3.7 and above:
pipx/docs/installation.md
Lines 3 to 4 in 543af21
However the pyproject indicates it only supports 3.8+:
pipx/pyproject.toml
Line 23 in 543af21
Expected behavior
The documentation correctly specifies the minimal python version required to install pipx.
Additional links
Thanks !
Liam.
The text was updated successfully, but these errors were encountered: