ethereum / eth-abi

Ethereum ABI utilities for python
MIT License
247 stars 269 forks source link

Updating to hypothesis > 4 to fix python 3.8 compatibility #143

Closed step21 closed 2 years ago

step21 commented 4 years ago

What was wrong?

installing / testing on python 3.8 give this error https://github.com/HypothesisWorks/hypothesis/issues/1943

Code that produced the error

It is fixed in hypothesis, but not in a version supported by eth-abi per current requirements.

Expected Result

working properly with python 3.8

How can it be fixed?

Allow hypothesis > 4 and see if it works...

kclowes commented 2 years ago

Closed with #145