Skip to content

Commit e18159d

Browse files
committed
mongodb 3.0 is not supported any longer
1 parent 4f562c8 commit e18159d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ work with older versions, but compatibility fixes for older versions will
5656
not be accepted, and future changes may break compatibility in older
5757
versions.
5858

59-
Flask-PyMongo is tested against recent released versions of the MongoDB, and
60-
Python 2.7 and 3.4+. For the exact list of version combinations that are
61-
tested and known to be compatible, see the `envlist` in `tox.ini`.
59+
Flask-PyMongo is tested against `supported versions
60+
<https://www.mongodb.com/support-policy>`_ of the MongoDB, and Python 2.7
61+
and 3.4+. For the exact list of version combinations that are tested and
62+
known to be compatible, see the `envlist` in `tox.ini`.
6263

6364

6465
Helpers
@@ -239,7 +240,7 @@ History and Contributors
239240

240241
Changes:
241242

242-
- 0.5.2: May 19, 2018
243+
- 2.0.0: May 19, 2018
243244

244245
- Clarify version support of Python, Flask, PyMongo, and MongoDB
245246

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[tox]
22
envlist=
3-
mongo{30,32,34,36}-pymongo{30,31,32,33,34,35,36}-flask{0_11,0_12,10}
3+
mongo{32,34,36}-pymongo{30,31,32,33,34,35,36}-flask{0_11,0_12,10}
44

55
[testenv]
66
docker =
7-
mongo30: mongo:3.0
87
mongo32: mongo:3.2
98
mongo34: mongo:3.4
109
mongo36: mongo:3.6

0 commit comments

Comments
 (0)