Loosen python version constraint

This commit is contained in:
lash 2022-04-21 05:44:19 +00:00
parent 5853f6bb9a
commit c2d8a03483
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
- 0.4.1
* Correct too restrictive python version constraint
- 0.4.0
* Add rocksdb backend
- 0.3.3

View File

@ -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