From 53d187c11e4acd72dca07cf545684c7cbe3869f6 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Sat, 28 Sep 2024 09:20:50 -0400 Subject: [PATCH] downgrade python to 3.11.6 Signed-off-by: Kevin Griffin --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4340dfa2..ccfd6768 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ keywords=[ # eg: 'keyword1', 'keyword2', 'keyword3', ], - python_requires='>=3.12.2', + python_requires='>=3.11.6', install_requires=[ 'lmdb>=1.4.1', 'pysodium>=0.7.17', @@ -83,7 +83,7 @@ 'cbor2>=5.6.2', 'multidict>=6.0.5', 'ordered-set>=4.1.0', - 'hio>=0.6.14', + "hio @ git+https://github.com/gleif-it/hio.git@main#egg=hio" 'multicommand>=1.0.0', 'jsonschema>=4.21.1', 'falcon>=3.1.3',