pypa / pipx

Install and Run Python Applications in Isolated Environments
https://pipx.pypa.io
MIT License
9.51k stars 396 forks source link

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

Closed MrLixm closed 1 month ago

MrLixm commented 1 month ago

Describe the bug

Hello, The documentation mentions that pipx support python 3.7 and above: https://github.com/pypa/pipx/blob/543af21896e310ac714b27fdb76bd90d46f996a1/docs/installation.md?plain=1#L3-L4

However the pyproject indicates it only supports 3.8+:

https://github.com/pypa/pipx/blob/543af21896e310ac714b27fdb76bd90d46f996a1/pyproject.toml#L23

Expected behavior

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

Additional links


Thanks ! Liam.