From eb8896a38291f555cceb99a0a5262ea736a46104 Mon Sep 17 00:00:00 2001 From: Kais Ben Salah Date: Mon, 21 May 2018 13:05:26 +0100 Subject: [PATCH 1/2] It's not compatible with Python 2 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ce09f4b..dab0d3b 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Features `Java `_ official Socket.IO clients, plus any third party clients that comply with the Socket.IO specification. -- Compatible with Python 2.7 and Python 3.3+. +- Compatible with Python 3.3+. - Supports large number of clients even on modest hardware when used with an asynchronous server based on `asyncio `_ (`sanic `_ and `aiohttp `_), From 25b612e7e9bc8a507e77d2a2b0ef9413e3934d06 Mon Sep 17 00:00:00 2001 From: Kais Ben Salah Date: Mon, 21 May 2018 13:08:41 +0100 Subject: [PATCH 2/2] compatible only with python 3.5+ --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index dab0d3b..c2efb91 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Features `Java `_ official Socket.IO clients, plus any third party clients that comply with the Socket.IO specification. -- Compatible with Python 3.3+. +- Compatible with Python 3.5+. - Supports large number of clients even on modest hardware when used with an asynchronous server based on `asyncio `_ (`sanic `_ and `aiohttp `_),