Skip to content

Commit

Permalink
Update Python supported versions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg authored Nov 11, 2021
1 parent 34f34e5 commit a54152f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a54152f

Please sign in to comment.