Skip to content

Commit f51e50c

Browse files
authored
Fixed Version Table
Flipped the less than to greater than on the version support table. Just wanted to double check, looking through a couple of PRs it does look like you support higher than 3.7 right? Thanks Signed-off-by: Daniel Fitz <[email protected]>
1 parent 94c7e3d commit f51e50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The following is a list of unsupported Python versions, and the last SDK version
145145

146146
| Python Version | Last SDK Version Supporting |
147147
|----------------|-----------------------------|
148-
| <= 3.7 | 4.6.1 |
148+
| >= 3.7 | 4.6.1 |
149149
| >= 2.0, <= 3.6 | 3.x |
150150

151151
You can determine what version of Python you have installed by running:

0 commit comments

Comments
 (0)