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

set python_requires in setup.py #179

Closed
Carreau opened this issue Apr 3, 2019 · 1 comment
Closed

set python_requires in setup.py #179

Carreau opened this issue Apr 3, 2019 · 1 comment

Comments

@Carreau
Copy link

Carreau commented Apr 3, 2019

See https://python3statement.org/practicalities/

python_requires will tell to pip ahead of time not to even try to install on incompatible versions. That will avoid error message on triggered by the test in here https://github.com/python-adaptive/adaptive/blob/master/setup.py#L8-L10.

it's too late for already released versions, but at least for the newest ones you could set that up.

@basnijholt
Copy link
Member

Thanks a lot! I've addressed this in #180.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants