Skip to content

Commit d5627f0

Browse files
committed
PYTHON-2377 PYTHON-2413 PYTHON-2414 Deprecate old Pythons
1 parent 1af7b64 commit d5627f0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ Dependencies
9191

9292
PyMongo supports CPython 2.7, 3.4+, PyPy, and PyPy3.5+.
9393

94+
**WARNING** Support for Python 2.7, 3.4 and 3.5 is deprecated. Those Python
95+
versions will not be supported by PyMongo 4.
96+
9497
Optional dependencies:
9598

9699
GSSAPI authentication requires `pykerberos

doc/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
Changes in Version 3.12.0
55
-------------------------
66

7+
.. warning:: Support for Python 2.7, 3.4 and 3.5 is deprecated. Those Python
8+
versions will not be supported by PyMongo 4.
9+
710
Notable improvements
811
....................
912

doc/installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Dependencies
4747

4848
PyMongo supports CPython 2.7, 3.4+, PyPy, and PyPy3.5+.
4949

50+
.. warning:: Support for Python 2.7, 3.4 and 3.5 is deprecated. Those Python
51+
versions will not be supported by PyMongo 4.
52+
5053
Optional dependencies:
5154

5255
GSSAPI authentication requires `pykerberos

0 commit comments

Comments
 (0)