Skip to content

Commit 26eafb5

Browse files
Merge pull request #14 from InjectiveLabs/f/update-setup.py
update required python version in docs
2 parents 10b7b31 + 414adbe commit 26eafb5

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.6.0"
19+
REQUIRES_PYTHON = ">=3.7.0"
2020
VERSION = "0.3.2"
2121

2222
REQUIRED = [

0 commit comments

Comments
 (0)