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
Changes from 1 commit
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
14 changes: 14 additions & 0 deletions source/includes/language-compatibility-table-motor.rst
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tech reviewer: What version(s) of the driver does Motor 3.6 wrap?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wraps version 4.9. Also, we should add MongoDB 8.0 to the list of supported Databases, and remove Database versions prior to 3.6. This version is compatible with 3.6-8.0.

Copy link
Contributor Author

@mongoKart mongoKart Sep 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blink1073 For MongoDB 8.0, should previous Motor versions be marked incompatible or partially compatible? See docs here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, they are partially compatible.

Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,25 @@
:class: compatibility-large

* - Motor (Python async) 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,6 +50,7 @@
- ✓

* - 3.0
-
-
-
- ✓
Expand Down
Loading