File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Client Features
103
103
- Can connect to other Socket.IO servers that are compatible with the
104
104
JavaScript Socket.IO 1.x and 2.x releases. Work to support release 3.x is in
105
105
progress.
106
- - Compatible with Python 3.5 +.
106
+ - Compatible with Python 3.6 +.
107
107
- Two versions of the client, one for standard Python and another for
108
108
asyncio.
109
109
- Uses an event-based architecture implemented with decorators that
@@ -183,7 +183,7 @@ Server Features
183
183
- Can connect to servers running other Socket.IO clients that are compatible
184
184
with the JavaScript client versions 1.x and 2.x. Work to support the 3.x
185
185
release is in progress.
186
- - Compatible with Python 3.5 +.
186
+ - Compatible with Python 3.6 +.
187
187
- Two versions of the server, one for standard Python and another for
188
188
asyncio.
189
189
- Supports large number of clients even on modest hardware due to being
You can’t perform that action at this time.
0 commit comments