commit 1002e1b3f799aff5b20558876f62009b4ea377cc
parent 772fd7bb1a836b8b96c72f26614e7bdd7e88ae50
Author: lash <dev@holbrook.no>
Date: Sat, 10 Jun 2023 10:04:45 +0100
Limit python version to <3.11
Diffstat:
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.4.26
+ * Upgrade funga-eth to ensure safe-pysha3
+ * Limit python runtime environment to <3.11 (eth-tester environment not currently compatible)
- 0.4.25
* Replace pysha3 with safe-pysha3
- 0.4.24
diff --git a/requirements.txt b/requirements.txt
@@ -1,4 +1,4 @@
-funga-eth~=0.6.6
+funga-eth~=0.7.2
safe-pysha3==1.0.4
hexathon~=0.1.7
websocket-client==0.57.0
diff --git a/setup.cfg b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = chainlib-eth
-version = 0.4.25
+version = 0.4.26
description = Ethereum implementation of the chainlib interface
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -26,7 +26,7 @@ licence_files =
[options]
include_package_data = True
-python_requires = >= 3.7
+python_requires = >=3.8,<3.11
packages =
chainlib.eth
chainlib.eth.dialect