Skip to content

Commit e2c197c

Browse files
updated Motor tables (#724)
* updated Motor tables and notes
1 parent 6ba9262 commit e2c197c

File tree

2 files changed

+118
-4
lines changed

2 files changed

+118
-4
lines changed

source/includes/language-compatibility-table-motor.rst

Lines changed: 98 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
:class: compatibility-large
66

77
* - Motor (Python async) Driver
8+
- Python 3.9
9+
- Python 3.8
10+
- Python 3.7
811
- Python 3.6
912
- Python 3.5
1013
- Python 3.4
@@ -13,17 +16,82 @@
1316
- Python 2.6
1417
- Python 2.5
1518

16-
* - 1.2
19+
* - 2.3
20+
- |checkmark|
1721
- |checkmark|
1822
- |checkmark|
1923
- |checkmark|
24+
- |checkmark|
25+
-
26+
-
27+
-
2028
-
29+
-
30+
31+
* - 2.2
2132
- |checkmark|
33+
- |checkmark|
34+
- |checkmark|
35+
- |checkmark|
36+
- |checkmark|
37+
-
38+
-
39+
-
2240
-
2341
-
2442

43+
* - 2.1
44+
-
45+
- |checkmark|
46+
- |checkmark|
47+
- |checkmark|
48+
- |checkmark|
49+
- |checkmark|
50+
-
51+
- |checkmark|
52+
-
53+
-
54+
55+
* - 2.0
56+
-
57+
-
58+
- |checkmark|
59+
- |checkmark|
60+
- |checkmark|
61+
- |checkmark|
62+
-
63+
- |checkmark|
64+
-
65+
-
66+
67+
* - 1.3
68+
-
69+
-
70+
- |checkmark|
71+
- |checkmark|
72+
- |checkmark|
73+
- |checkmark|
74+
-
75+
- |checkmark|
76+
-
77+
-
78+
79+
* - 1.2
80+
-
81+
-
82+
-
83+
- |checkmark|
84+
- |checkmark|
85+
- |checkmark|
86+
-
87+
- |checkmark|
88+
-
89+
-
2590

2691
* - 1.1
92+
-
93+
-
94+
-
2795
- |checkmark|
2896
- |checkmark|
2997
- |checkmark|
@@ -33,6 +101,9 @@
33101
-
34102

35103
* - 1.0
104+
-
105+
-
106+
-
36107
- |checkmark|
37108
- |checkmark|
38109
- |checkmark|
@@ -42,6 +113,9 @@
42113
-
43114

44115
* - 0.7
116+
-
117+
-
118+
-
45119
-
46120
- |checkmark|
47121
- |checkmark|
@@ -51,6 +125,9 @@
51125
-
52126

53127
* - 0.6
128+
-
129+
-
130+
-
54131
-
55132
- |checkmark|
56133
- |checkmark|
@@ -60,6 +137,9 @@
60137
-
61138

62139
* - 0.5
140+
-
141+
-
142+
-
63143
-
64144
- |checkmark|
65145
- |checkmark|
@@ -69,6 +149,9 @@
69149
-
70150

71151
* - 0.4
152+
-
153+
-
154+
-
72155
-
73156
-
74157
- |checkmark|
@@ -78,6 +161,9 @@
78161
-
79162

80163
* - 0.3
164+
-
165+
-
166+
-
81167
-
82168
-
83169
- |checkmark|
@@ -87,6 +173,9 @@
87173
-
88174

89175
* - 0.2
176+
-
177+
-
178+
-
90179
-
91180
-
92181
-
@@ -96,6 +185,9 @@
96185
-
97186

98187
* - 0.1
188+
-
189+
-
190+
-
99191
-
100192
-
101193
-
@@ -104,6 +196,10 @@
104196
- |checkmark|
105197
- |checkmark|
106198

199+
- Motor 2.3 wraps PyMongo 3.11+
200+
- Motor 2.2 wraps PyMongo 3.11+
201+
- Motor 2.1 wraps PyMongo 3.10+
202+
- Motor 2.0 wraps PyMongo 3.7+
107203
- Motor 1.1 wraps PyMongo 3.4+
108204
- Motor 1.0 wraps PyMongo 3.3+
109205
- Motor 0.7 wraps PyMongo >=2.9.4 and <3.0
@@ -123,6 +219,4 @@
123219
Python 3.3 with the `asyncio package from PyPI
124220
<https://pypi.python.org/pypi/asyncio>`_.
125221

126-
- PyPy is not supported as it runs Motor code slowly.
127-
128-
- Motor does not support Jython or Windows.
222+
- Motor 2.3+ supports Windows.

source/includes/mongodb-compatibility-table-motor.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@
1414
- MongoDB 3.0
1515
- MongoDB 2.6
1616

17+
* - 2.3
18+
- |checkmark|
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
-
26+
27+
* - 2.2
28+
- |checkmark|
29+
- |checkmark|
30+
- |checkmark|
31+
- |checkmark|
32+
- |checkmark|
33+
- |checkmark|
34+
- |checkmark|
35+
-
36+
1737
* - 2.1
1838
-
1939
- |checkmark|

0 commit comments

Comments
 (0)