From a54152f2466bad4869d9cfdad6be3a5547e0b6bc Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Thu, 11 Nov 2021 10:01:17 +0000 Subject: [PATCH] Update Python supported versions in docs --- docs/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index 6ee87d9..afd0d93 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -103,7 +103,7 @@ Client Features - Can connect to other Socket.IO servers that are compatible with the JavaScript Socket.IO 1.x and 2.x releases. Work to support release 3.x is in progress. -- Compatible with Python 3.5+. +- Compatible with Python 3.6+. - Two versions of the client, one for standard Python and another for asyncio. - Uses an event-based architecture implemented with decorators that @@ -183,7 +183,7 @@ Server Features - Can connect to servers running other Socket.IO clients that are compatible with the JavaScript client versions 1.x and 2.x. Work to support the 3.x release is in progress. -- Compatible with Python 3.5+. +- Compatible with Python 3.6+. - Two versions of the server, one for standard Python and another for asyncio. - Supports large number of clients even on modest hardware due to being