Open rouge8 opened 4 years ago
This patch adds python_requires to setup.py so that pip won't install this on Python 2.7, 3.5, or other unsupported versions.
python_requires
setup.py
This patch adds
python_requires
tosetup.py
so that pip won't install this on Python 2.7, 3.5, or other unsupported versions.