From 2f075c002a902932ab3d18844e148f0a1e1cadc6 Mon Sep 17 00:00:00 2001 From: Dan Crosta Date: Wed, 5 Jun 2019 09:22:37 -0400 Subject: [PATCH] MongoDB 3.2 end of life was Sept 2018 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 76da7c5..69fba34 100644 --- a/tox.ini +++ b/tox.ini @@ -2,11 +2,10 @@ ; keep the pymongo list in sync with what's in .travis.yaml envlist= - pymongo{33,34,35,36,37,38}-mongo{32,34,36,40,41}-flask{0_11,0_12,10}, style + pymongo{33,34,35,36,37,38}-mongo{34,36,40,41}-flask{0_11,0_12,10}, style [testenv] docker = - mongo32: mongo:3.2 mongo34: mongo:3.4 mongo36: mongo:3.6 mongo40: mongo:4.0