Skip to content

Commit

Permalink
DOCSP-33756: add back compat for pymongo
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Nov 1, 2023
1 parent 778dab9 commit 59ce936
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 15 additions & 1 deletion source/includes/language-compatibility-table-python.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Python 3 Compatibility
``````````````````````

.. list-table::
:header-rows: 1
:stub-columns: 1
Expand Down Expand Up @@ -69,4 +72,15 @@
.. [#ssl-4.0-issue] Versions of Python 3.10 and later are not compatible with
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>`__
for more information.
.. [#three-six-compat] Pymongo 4.1 requires Python 3.6.2 or later.
.. [#three-six-compat] Pymongo 4.1 requires Python 3.6.2 or later.
Python 2 Compatibility
``````````````````````

.. list-table::
:header-rows: 1
:stub-columns: 1
:class: compatibility-large

* - PyMongo Driver Version
- Python 3.12
5 changes: 5 additions & 0 deletions source/pymongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ code example and run it.
Compatibility
-------------

.. important:: Supported PyMongo and Python Versions

MongoDB does not support any Python driver versions earlier than v4.0
or any Python versions earlier than v3.6.

MongoDB Compatibility
~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 59ce936

Please sign in to comment.