From eb8896a38291f555cceb99a0a5262ea736a46104 Mon Sep 17 00:00:00 2001 From: Kais Ben Salah Date: Mon, 21 May 2018 13:05:26 +0100 Subject: [PATCH] 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 `_),