Skip to content

Commit 435e107

Browse files
author
peiyun@inj21
committed
change python requirements to 3.6
1 parent 29ab96a commit 435e107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
URL = "https://github.com/InjectiveLabs/sdk-python"
1717
1818
AUTHOR = "Injective Labs"
19-
REQUIRES_PYTHON = ">=3.9.0"
20-
VERSION = "0.2.8"
19+
REQUIRES_PYTHON = ">=3.6.0"
20+
VERSION = "0.3.0"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)