Skip to content

Commit dadddc8

Browse files
tech review feedback
1 parent 10bc1a0 commit dadddc8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,6 @@ Python 3
193193
:ref:`TLS <pymongo-troubleshoot-tls>` section of the Troubleshooting guide.
194194
.. [#three-six-compat] Pymongo 4.1 requires Python 3.6.2 or later.
195195
196-
.. note::
197-
198-
PyPy3 is a Python 3.2-compatible alternative interpreter.
199-
200196
Python 2
201197
~~~~~~~~
202198

source/upgrade.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,20 @@ and upgrade versions.
109109
Version 4.11 Breaking Changes
110110
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111111

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+}
113113
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
115120
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
117122
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.
122126

123127
.. _version-4.9-breaking-changes:
124128

0 commit comments

Comments
 (0)