Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python_requires is not declared in setup.py #51

Closed
heroesm opened this issue Apr 29, 2021 · 0 comments · Fixed by #52
Closed

python_requires is not declared in setup.py #51

heroesm opened this issue Apr 29, 2021 · 0 comments · Fixed by #52
Labels

Comments

@heroesm
Copy link

heroesm commented Apr 29, 2021

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
image

It would be great to add below line to setup.py:

python_requires='>=3.5',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants