Skip to content

Commit c89af2a

Browse files
author
abel
committed
(fix) Added restriction in setup.py to require Python >= 3.9 (the new safe-pysha3 does not work with Python <=3.8)
1 parent 8eddc54 commit c89af2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
URL = "https://github.com/InjectiveLabs/sdk-python"
1717
1818
AUTHOR = "Injective Labs"
19-
REQUIRES_PYTHON = ">=3.7, <3.11"
19+
REQUIRES_PYTHON = ">=3.9"
2020
VERSION = "0.6.4"
2121

2222
REQUIRED = [

0 commit comments

Comments
 (0)