File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,6 @@ Python 3
193
193
:ref: `TLS <pymongo-troubleshoot-tls >` section of the Troubleshooting guide.
194
194
.. [#three-six-compat ] Pymongo 4.1 requires Python 3.6.2 or later.
195
195
196
- .. note ::
197
-
198
- PyPy3 is a Python 3.2-compatible alternative interpreter.
199
-
200
196
Python 2
201
197
~~~~~~~~
202
198
Original file line number Diff line number Diff line change @@ -109,16 +109,20 @@ and upgrade versions.
109
109
Version 4.11 Breaking Changes
110
110
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111
111
112
- - {+mdb-server+} v3.6 is no longer supported . The minimum supported {+mdb-server+}
112
+ - Drops support for {+mdb-server+} v3.6. The minimum supported {+mdb-server+}
113
113
version is now v4.0.
114
- - Python v3.8 is no longer supported. The minimum supported Python version is
114
+ - Deprecates support for {+mdb-server+} v4.0. In accordance with the `MongoDB
115
+ Software Lifecycle Schedules
116
+ <https://www.mongodb.com/legal/support-policy/lifecycles>`__, an upcoming
117
+ minor version of {+driver-short+} will raise the minimum {+mdb-server+}
118
+ version from 4.0 to 4.2.
119
+ - Drops support for Python v3.8. The minimum supported Python version is
115
120
now v3.9.
116
- - PyPy v3.9 is no longer supported . The minimum supported PyPy version is now
121
+ - Drops support for PyPy v3.9. The minimum supported PyPy version is now
117
122
v3.10.
118
- - The minimum wire version is now 7. For more information, see
119
- :manual:`minWireVersion
120
- </reference/command/hello/#mongodb-data-hello.minWireVersion>` in the
121
- {+mdb-server+} manual.
123
+ - Drops support for the ``MONGODB-CR`` authentication mechanism. For more
124
+ information about authentication, see the :ref:`Authentication Mechanisms
125
+ <pymongo-authentication-mechanisms>` guide.
122
126
123
127
.. _version-4.9-breaking-changes:
124
128
You can’t perform that action at this time.
0 commit comments