mirror of
git://holbrook.no/eth-monitor.git
synced 2024-12-03 16:16:45 +01:00
Loosen python version constraint
This commit is contained in:
parent
5853f6bb9a
commit
c2d8a03483
@ -1,3 +1,5 @@
|
||||
- 0.4.1
|
||||
* Correct too restrictive python version constraint
|
||||
- 0.4.0
|
||||
* Add rocksdb backend
|
||||
- 0.3.3
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user