-
Notifications
You must be signed in to change notification settings - Fork 651
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
Drop python 3.5 support in eth module #1391
Comments
I believe we are held up by: Web3.py -> eth-tester -> py-evm |
Good point about web3. Potentially web3 v4 can freeze py-evm at the current version, and updates to py-evm will only be available in web3 v5. (which I expect to be py3.6+) |
Our much ignored mailing list and |
Good stuff! This is great from a vyper perspective - as vyper also requires 3.6. |
dropped in #1785 |
What is wrong?
Python 3.6 was released nearly 2 years ago.
trinity
is alpha software, which won't be stable for another good while. Python 3.5 doesn't support some sweet syntax like f-strings, native typing annotations, etc.How can it be fixed
Let's drop py3.5 support from the eth module, and require >=3.6.
Objections?
The text was updated successfully, but these errors were encountered: