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 README and the language classifiers in setup.py both only claim support for Python 3.5+ (and 2.7), but not Python 3.4. However, the python_requires in setup.py does not reflect that, and does not prevent installing the library in Python 3.4.
The README and the language classifiers in
setup.pyboth only claim support for Python 3.5+ (and 2.7), but not Python 3.4. However, thepython_requiresinsetup.pydoes not reflect that, and does not prevent installing the library in Python 3.4.