Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
2
Description
Pymongo / Python compatibility matrix needs to be updated to include PyMongo 3.6 and Motor 1.2.
PyMongo 3.6 adds support for MongoDB 3.6 and drops support for MongoDB 2.4.
PyMongo 3.6 also drops support for CPython 3.3 (but PyPy3 is still supported).
Motor 1.2 drops support for MongoDB 2.4 and adds support for MongoDB 3.6 features. It depends on PyMongo 3.6 or later. Motor continues to support MongoDB 2.6 and later.
Motor 1.2 dropped support for Python 2.6 and 3.3. Motor continues to support Python 2.7, and 3.4+.
For other Motor compatibility info, see http://motor.readthedocs.io/en/stable/requirements.html#compatibility-matrix.