`python_requires` is not declared in setup.py
heroesm opened this issue · 0 comments
heroesm commented
python_requires
is not declare make it possible to install 'queuelib>=1.6.0' in Python 2 requirements, which is not supported
See also:
https://pypi.org/project/queuelib/#files
It would be great to add below line to setup.py:
python_requires='>=3.5',