Skip to content

"Python 3.6 or later is required." #1040

@DimitriPapadopoulos

Description

@DimitriPapadopoulos

Describe the bug

pipx is documented to support Python >= 3.7:

requires-python = ">=3.7"

This test actually tests Python >=3.6:

if sys.version_info < (3, 6, 0):
sys.exit(
"Python 3.6 or later is required. "
"See https://github.com/pypa/pipx "
"for installation instructions."
)

Is the above test really needed, in addition to requires-python? Which corner case is it supposed to catch?

Could be fixed by #1005 (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions