Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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]>
  • Loading branch information
sanchez authored Oct 9, 2024
commit f51e50c419606fd633809a15f4c68eb7b10e973d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following is a list of unsupported Python versions, and the last SDK version

| Python Version | Last SDK Version Supporting |
|----------------|-----------------------------|
| <= 3.7 | 4.6.1 |
| >= 3.7 | 4.6.1 |
| >= 2.0, <= 3.6 | 3.x |

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