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
The proper way to signal the package requires python3 is to set python_requires='>=3' in your setup.py file. Unfortunately, with just the classifiers, version 1.0.4 is being installed into python2 environments.
The text was updated successfully, but these errors were encountered:
Per instructions here: https://packaging.python.org/guides/dropping-older-python-versions/
The proper way to signal the package requires python3 is to set
python_requires='>=3'
in yoursetup.py
file. Unfortunately, with just the classifiers, version1.0.4
is being installed intopython2
environments.The text was updated successfully, but these errors were encountered: