Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-43442 - Add Python 3.13 #990

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading