You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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",
The text was updated successfully, but these errors were encountered:
#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:
The text was updated successfully, but these errors were encountered: