-
Notifications
You must be signed in to change notification settings - Fork 201
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
Please update setup setup.py for Python 3.5 and 3.6 #121
Comments
FYI, updating |
Confirmed, if you upgrade setuptools to a sufficiently high version, this issue is bypassed. |
Do you know how to specify a minimum version of setuptools? I'm not sure if it's worth it. Based on your report, it sounds like the newer version of setuptools is only needed for Python 3.5 and later? What's the error? |
In If you wanted to specify the requirement only for Python 3.5 and up, you could add |
No description provided.
The text was updated successfully, but these errors were encountered: