Skip to content

Commit a54152f

Browse files
Update Python supported versions in docs
1 parent 34f34e5 commit a54152f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Client Features
103103
- Can connect to other Socket.IO servers that are compatible with the
104104
JavaScript Socket.IO 1.x and 2.x releases. Work to support release 3.x is in
105105
progress.
106-
- Compatible with Python 3.5+.
106+
- Compatible with Python 3.6+.
107107
- Two versions of the client, one for standard Python and another for
108108
asyncio.
109109
- Uses an event-based architecture implemented with decorators that
@@ -183,7 +183,7 @@ Server Features
183183
- Can connect to servers running other Socket.IO clients that are compatible
184184
with the JavaScript client versions 1.x and 2.x. Work to support the 3.x
185185
release is in progress.
186-
- Compatible with Python 3.5+.
186+
- Compatible with Python 3.6+.
187187
- Two versions of the server, one for standard Python and another for
188188
asyncio.
189189
- Supports large number of clients even on modest hardware due to being

0 commit comments

Comments
 (0)