ethereum / py_ecc

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations
MIT License
183 stars 82 forks source link

Upgrade eth-typing and eth-utils #123

Closed kclowes closed 2 years ago

kclowes commented 2 years ago

What was wrong?

I dropped python 3.5 support from eth-typing, and eth-utils, so had to do a major version bump of those. py-evm depends on py_ecc, so had to resolve dependency conflicts.

How was it fixed?

Bumped dependency versions of eth-typing and eth-utils.

Had to drop python3.5 support here as well, and added in python 3.9 and 3.10 support. I can add the python3.9 and 3.10 support in another PR if anyone feels strongly.

Cute Animal Picture

put a cute animal picture link inside the parentheses

kclowes commented 2 years ago

Good call! I did not remember that we had a template. Will add!