eth-monitor

Monitor and cache ethereum transactions with match filters
git clone git://git.defalsify.org/eth-monitor.git
Log | Files | Refs | README | LICENSE

commit c2d8a034838b8eb894f2b67fc9bb72e98eb03e70
parent 5853f6bb9ac5f7f769a7fd468b0e1ccbb95e4461
Author: lash <dev@holbrook.no>
Date:   Thu, 21 Apr 2022 05:44:19 +0000

Loosen python version constraint

Diffstat:
MCHANGELOG | 2++
Msetup.cfg | 4++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.4.1 + * Correct too restrictive python version constraint - 0.4.0 * Add rocksdb backend - 0.3.3 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.4.0 +version = 0.4.1 description = Monitor and cache transactions using match filters author = Louis Holbrook author_email = dev@holbrook.no @@ -26,7 +26,7 @@ licence_files = [options] include_package_data = True -python_requires = >=3.7,<3.10 +python_requires = >=3.7 packages = eth_monitor eth_monitor.importers