From 820b8858712140ad1b162689d0d6214436bddd5d Mon Sep 17 00:00:00 2001 From: Yizhen Shi Date: Mon, 1 May 2023 14:23:41 -0400 Subject: [PATCH 1/2] Add minimun python requirement --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 976953a..710572f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ If you have any questions or need more information, feel free to reach out to su * 3.10 * 3.11 +## Requirements +Duo_client_python supports python 3.7 and higher + ## TLS 1.2 and 1.3 Support Duo_client_python uses Python's ssl module and OpenSSL for TLS operations. Python versions 2.7 (and higher) and 3.5 (and higher) have both TLS 1.2 and TLS 1.3 support. From 0cee5aa79e69bfac07351c53a3db6016f38f41ce Mon Sep 17 00:00:00 2001 From: Yizhen Shi Date: Mon, 1 May 2023 14:27:51 -0400 Subject: [PATCH 2/2] capitalize Python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 710572f..b8f6142 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you have any questions or need more information, feel free to reach out to su * 3.11 ## Requirements -Duo_client_python supports python 3.7 and higher +Duo_client_python supports Python 3.7 and higher ## TLS 1.2 and 1.3 Support