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

Constrain versions to disallow Python 3.5.2 #125

Closed
pipermerriam opened this issue Aug 27, 2018 · 1 comment
Closed

Constrain versions to disallow Python 3.5.2 #125

pipermerriam opened this issue Aug 27, 2018 · 1 comment

Comments

@pipermerriam
Copy link
Member

What was wrong?

See ethereum/web3.py#1012 (comment)

Python 3.5.2 has a bug...

How can it be fixed?

In the setup.py file, add a new line for python_requires like this from web3.py: https://github.com/ethereum/web3.py/blob/master/setup.py#L33

Use the requirement string: >=3.5,!=3.5.2,<4 to restrict the python versions. It might just be a ! without the equals, I can't remember.

@Arbitrage0
Copy link
Contributor

Arbitrage0 commented Aug 31, 2018

Think I got it, first timer here.

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

3 participants