Skip to content

Commit 3ae3697

Browse files
Add python-engineio to version compatibility table
1 parent 8c5b762 commit 3ae3697

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/intro.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ The version compatibility chart below maps versions of this package to versions
3131
of the JavaScript reference implementation and the versions of the Socket.IO and
3232
Engine.IO protocols.
3333

34-
+------------------------------+-----------------------------+-----------------------------+-------------------------+
35-
| JavaScript Socket.IO version | Socket.IO protocol revision | Engine.IO protocol revision | python-socketio version |
36-
+==============================+=============================+=============================+=========================+
37-
| 0.9.x | 1, 2 | 1, 2 | Not supported |
38-
+------------------------------+-----------------------------+-----------------------------+-------------------------+
39-
| 1.x and 2.x | 3, 4 | 3 | 4.x |
40-
+------------------------------+-----------------------------+-----------------------------+-------------------------+
41-
| 3.x | 5 | 4 | 5.x |
42-
+------------------------------+-----------------------------+-----------------------------+-------------------------+
34+
+------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+
35+
| JavaScript Socket.IO version | Socket.IO protocol revision | Engine.IO protocol revision | python-socketio version | python-engineio version |
36+
+==============================+=============================+=============================+=========================+=========================+
37+
| 0.9.x | 1, 2 | 1, 2 | Not supported | Not supported |
38+
+------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+
39+
| 1.x and 2.x | 3, 4 | 3 | 4.x | 3.x |
40+
+------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+
41+
| 3.x | 5 | 4 | 5.x | 4.x |
42+
+------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+
4343

4444
Client Examples
4545
---------------

0 commit comments

Comments
 (0)