We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7074a commit e55ac41Copy full SHA for e55ac41
doc/changelog.rst
@@ -6,9 +6,9 @@ Changes in Version 4.16.0 (XXXX/XX/XX)
6
7
PyMongo 4.16 brings a number of changes including:
8
9
-.. warning:: PyMongo 4.16 drops support for Python 3.9: Python 3.10+ is now required.
+.. warning:: PyMongo 4.16 drops support for Python 3.9 and PyPy 3.10: Python 3.10+ or PyPy 3.11+ is now required.
10
11
-- Dropped support for Python 3.9.
+- Dropped support for Python 3.9 and PyPy 3.10.
12
- Removed invalid documents from :class:`bson.errors.InvalidDocument` error messages as
13
doing so may leak sensitive user data.
14
Instead, invalid documents are stored in :attr:`bson.errors.InvalidDocument.document`.
0 commit comments