Skip to content

Commit

Permalink
DOCSP-43442 - Add Python 3.13 (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Sep 13, 2024
1 parent d3deebf commit 2571ca7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
17 changes: 16 additions & 1 deletion source/includes/language-compatibility-table-motor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,26 @@
:stub-columns: 1
:class: compatibility-large

* - Motor (Python async) Driver Version
* - Motor Driver Version
- Python 3.13
- Python 3.12
- Python 3.11
- Python 3.10
- Python 3.9
- Python 3.8
- Python 3.7

* - 3.6
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-

* - 3.5
-
- ✓
- ✓
- ✓
Expand All @@ -21,6 +32,7 @@
-

* - 3.3 to 3.4
-
- ✓
- ✓
- ✓
Expand All @@ -29,6 +41,7 @@
- ✓

* - 3.1 to 3.2
-
-
- ✓
- ✓
Expand All @@ -37,13 +50,15 @@
- ✓

* - 3.0
-
-
-
- ✓
- ✓
- ✓
- ✓

- Motor 3.6 wraps PyMongo 4.9
- Motor 3.5 wraps PyMongo 4.5 to 4.8
- Motor 3.3 and 3.4 wrap PyMongo 4.5
- Motor 3.2 wraps PyMongo 4.4+
Expand Down
34 changes: 17 additions & 17 deletions source/includes/mongodb-compatibility-table-motor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,51 @@
:stub-columns: 1
:class: compatibility

* - Motor (Python async) Driver Version
* - Motor Driver Version
- MongoDB 8.0
- MongoDB 7.0
- MongoDB 6.0
- MongoDB 5.0
- MongoDB 4.4
- MongoDB 4.2
- MongoDB 4.0
- MongoDB 3.6
- MongoDB 3.4
- MongoDB 3.2
- MongoDB 3.0
- MongoDB 2.6

* - 3.6
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 3.2 to 3.5
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-
* - 3.1
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-
* - 3.0
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-

Motor is incompatible with MongoDB versions earlier than 3.6.

0 comments on commit 2571ca7

Please sign in to comment.