Skip to content

Consider adding python_requires=">=3.6" to setup.py #188

Closed
@dolfinus

Description

@dolfinus

#163 dropped support of Python < 3.6, but haven't set minimal Python version in setup.py. Currently only classifiers are set, which are just additional information used for search, these values are not checked during package installation.

Please add this to setup.py:

python_requires=">=3.6",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions