Skip to content

Commit dc80825

Browse files
author
Chris Cho
authored
DOCS-15121: Update PyMongo Language Compatibility Table for Python 3.10 (#797)
* DOCS-15121: Update PyMongo Language Compatibility Table for Python 3.10
1 parent e64a9fd commit dc80825

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Python 3 Compatibility
77
:class: compatibility-large
88

99
* - PyMongo Driver Version
10+
- Python 3.10 [#ssl-4.0-issue]_
1011
- Python 3.9
1112
- Python 3.8
1213
- Python 3.7
@@ -23,6 +24,7 @@ Python 3 Compatibility
2324
- |checkmark|
2425
- |checkmark|
2526
- |checkmark|
27+
- |checkmark|
2628
-
2729
-
2830
-
@@ -37,12 +39,14 @@ Python 3 Compatibility
3739
- |checkmark|
3840
- |checkmark|
3941
- |checkmark|
42+
- |checkmark|
4043
-
4144
- |checkmark|
4245
-
4346
-
4447

4548
* - 3.11
49+
-
4650
- |checkmark|
4751
- |checkmark|
4852
- |checkmark|
@@ -55,6 +59,7 @@ Python 3 Compatibility
5559
-
5660

5761
* - 3.10
62+
-
5863
-
5964
- |checkmark|
6065
- |checkmark|
@@ -67,6 +72,7 @@ Python 3 Compatibility
6772
-
6873

6974
* - 3.9
75+
-
7076
-
7177
-
7278
- |checkmark|
@@ -79,6 +85,7 @@ Python 3 Compatibility
7985
-
8086

8187
* - 3.8
88+
-
8289
-
8390
-
8491
- |checkmark|
@@ -91,6 +98,7 @@ Python 3 Compatibility
9198
-
9299

93100
* - 3.7
101+
-
94102
-
95103
-
96104
- |checkmark|
@@ -106,6 +114,7 @@ Python 3 Compatibility
106114
-
107115
-
108116
-
117+
-
109118
- |checkmark|
110119
- |checkmark|
111120
- |checkmark|
@@ -118,6 +127,7 @@ Python 3 Compatibility
118127
-
119128
-
120129
-
130+
-
121131
- |checkmark|
122132
- |checkmark|
123133
- |checkmark|
@@ -131,6 +141,7 @@ Python 3 Compatibility
131141
-
132142
-
133143
-
144+
-
134145
- |checkmark|
135146
- |checkmark|
136147
- |checkmark|
@@ -143,6 +154,7 @@ Python 3 Compatibility
143154
-
144155
-
145156
-
157+
-
146158
- |checkmark|
147159
- |checkmark|
148160
- |checkmark|
@@ -155,6 +167,7 @@ Python 3 Compatibility
155167
-
156168
-
157169
-
170+
-
158171
- |checkmark|
159172
- |checkmark|
160173
- |checkmark|
@@ -167,6 +180,7 @@ Python 3 Compatibility
167180
-
168181
-
169182
-
183+
-
170184
- |checkmark|
171185
- |checkmark|
172186
- |checkmark|
@@ -180,6 +194,7 @@ Python 3 Compatibility
180194
-
181195
-
182196
-
197+
-
183198
- |checkmark|
184199
- |checkmark|
185200
- |checkmark|
@@ -190,6 +205,7 @@ Python 3 Compatibility
190205
-
191206
-
192207
-
208+
-
193209
- |checkmark|
194210
- |checkmark|
195211
- |checkmark|
@@ -204,6 +220,7 @@ Python 3 Compatibility
204220
-
205221
-
206222
-
223+
-
207224
- |checkmark|
208225
- |checkmark|
209226
- |checkmark|
@@ -216,6 +233,7 @@ Python 3 Compatibility
216233
-
217234
-
218235
-
236+
-
219237
- |checkmark|
220238
- |checkmark|
221239
- |checkmark|
@@ -340,8 +358,11 @@ Python 2 Compatibility
340358
- |checkmark|
341359
- |checkmark|
342360

343-
.. [#python-2-compat] PyMongo 4.0 and later is not compatible with Python 2
344-
361+
.. [#python-2-compat] Versions of PyMongo 4.0 and later are not compatible
362+
with Python 2
363+
.. [#ssl-4.0-issue] Versions of Python 3.10 and later are not compatible with
364+
TLS/SSL for versions of MongoDB 4.0 and earlier. See the `PyMongo documentation <https://pymongo.readthedocs.io/en/stable/examples/tls.html#python-3-10-incompatibilities-with-tls-ssl-on-mongodb-4-0>`__
365+
for more information.
345366
346367
.. note::
347368

0 commit comments

Comments
 (0)