diff --git a/docs/intro.rst b/docs/intro.rst
index 9cadc6b..b05e072 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -101,9 +101,8 @@ 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.6+.
+ JavaScript Socket.IO reference server.
+- Compatible with Python 3.8+.
- Two versions of the client, one for standard Python and another for
asyncio.
- Uses an event-based architecture implemented with decorators that
@@ -181,9 +180,8 @@ 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.6+.
+ with the JavaScript reference client.
+- Compatible with Python 3.8+.
- 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
@@ -195,8 +193,8 @@ Server Features
- Can be integrated with WSGI applications written in frameworks such as Flask, Django,
etc.
- Can be integrated with `aiohttp `_,
- `sanic `_ and `tornado `_
- ``asyncio`` applications.
+ `FastAPI `_, `sanic `_
+ and `tornado `_ ``asyncio`` applications.
- Broadcasting of messages to all connected clients, or to subsets of them
assigned to "rooms".
- Optional support for multiple servers, connected through a messaging queue