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

documentation: mentions pipx requires python-3.7+ while 3.8+ is supported #1425

Closed
MrLixm opened this issue May 24, 2024 · 0 comments · Fixed by #1426
Closed

documentation: mentions pipx requires python-3.7+ while 3.8+ is supported #1425

MrLixm opened this issue May 24, 2024 · 0 comments · Fixed by #1426
Labels

Comments

@MrLixm
Copy link

MrLixm commented May 24, 2024

Describe the bug

Hello,
The documentation mentions that pipx support python 3.7 and above:

python 3.7+ is required to install pipx. pipx can run binaries from packages with Python 3.3+. Don't have Python 3.7 or
later? See [Python 3 Installation & Setup Guide](https://realpython.com/installing-python/).

However the pyproject indicates it only supports 3.8+:

requires-python = ">=3.8"

Expected behavior

The documentation correctly specifies the minimal python version required to install pipx.

Additional links


Thanks !
Liam.

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

Successfully merging a pull request may close this issue.

2 participants