Closed
Description
#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
Labels
No labels