From f51e50c419606fd633809a15f4c68eb7b10e973d Mon Sep 17 00:00:00 2001 From: Daniel Fitz Date: Wed, 9 Oct 2024 11:37:33 +1100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d56e27..690b2620 100644 --- a/README.md +++ b/README.md @@ -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: