- Drop python 3.6 and 3.7 support (`96 <https://github.com/ethereum/eth-keys/issues/96>`__)
Features ~~~~~~~~
- Add python 3.11 support (`96 <https://github.com/ethereum/eth-keys/issues/96>`__)
Internal Changes - for eth-keys Contributors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Merge template updates, notably using ``pre-commit`` for linting and change the name of the ``master`` branch to ``main`` (`96 <https://github.com/ethereum/eth-keys/issues/96>`__)
0.4.0
------
Released Dec 9, 2021
- Remove support for python 3.5 https://github.com/ethereum/eth-keys/pull/82 - Add support for python 3.9 and 3.10 https://github.com/ethereum/eth-keys/pull/82 - Updated eth-utils and eth-typing version requirements https://github.com/ethereum/eth-keys/pull/81 - Raise BadSignature error if ecrecover returns a point at infinity https://github.com/ethereum/eth-keys/pull/76
0.3.3
------
Released Apr 22, 2020
- Bugfix for backwards-incompatible ValidationError disappearance https://github.com/ethereum/eth-keys/pull/70