Skip to content

Commit

Permalink
downgrade python to 3.11.6
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Griffin <[email protected]>
  • Loading branch information
m00sey committed Sep 28, 2024
1 parent c9f4efb commit 53d187c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 53d187c

Please sign in to comment.