Skip to content

Commit 4d62abc

Browse files
authored
Merge pull request #125 from dcrosta/drop-mongo-32
Drop support for MongoDB 3.2, its end of life was Sept 2018
2 parents 03cefff + 2f075c0 commit 4d62abc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
; keep the pymongo list in sync with what's in .travis.yaml
44
envlist=
5-
pymongo{33,34,35,36,37,38}-mongo{32,34,36,40,41}-flask{0_11,0_12,10}, style
5+
pymongo{33,34,35,36,37,38}-mongo{34,36,40,41}-flask{0_11,0_12,10}, style
66

77
[testenv]
88
docker =
9-
mongo32: mongo:3.2
109
mongo34: mongo:3.4
1110
mongo36: mongo:3.6
1211
mongo40: mongo:4.0

0 commit comments

Comments
 (0)