From 0327098a36b4f2027bfa323a7316d011f6182e20 Mon Sep 17 00:00:00 2001 From: Yizhen Shi Date: Mon, 1 May 2023 14:38:56 -0400 Subject: [PATCH] remove non-support python version reference in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f6142..c085e90 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ 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. +Duo_client_python uses Python's ssl module and OpenSSL for TLS operations. Python versions 3.7 (and higher) have both TLS 1.2 and TLS 1.3 support. # Installing