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

Highly recommended: make it clear that Python 3 is required #3

Closed
danzek opened this issue Jan 27, 2018 · 0 comments
Closed

Highly recommended: make it clear that Python 3 is required #3

danzek opened this issue Jan 27, 2018 · 0 comments

Comments

@danzek
Copy link

danzek commented Jan 27, 2018

This is typically done by convention using a shebang in each python file such as:

#!/usr/bin/env python3

Presumably at least python 3.3 is required in this case as this code uses the yield from statement. Alternatively, state this in the README.

pip let me install this in Python 2 without any warning.

mc-anssi added a commit that referenced this issue Feb 1, 2018
@mc-anssi mc-anssi closed this as completed Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants