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

update requeriments #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gustavopp93
Copy link

No description provided.

@GreenSmile
Copy link

Guys, can someone please look on this?
I'm facing issue with my project that should be fixed by this change: #10

@GreenSmile
Copy link

@gustavopp93 it seems pkg_resources package inside setuptools explicitly disallows Python 3.3

if (3, 0) < sys.version_info < (3, 4):
    raise RuntimeError("Python 3.4 or later is required")

Please update .travis.yml to contain at least version 3.4, so tests would pass for this PR.

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

Successfully merging this pull request may close these issues.

2 participants