Skip to content

Commit 62be0fb

Browse files
committed
PYTHON-2731 Run load balancer test suite with all Python versions (#640)
(cherry picked from commit a906e57)
1 parent 09be0b5 commit 62be0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2733,7 +2733,7 @@ buildvariants:
27332733
platform: ubuntu-18.04
27342734
mongodb-version: ["5.0", "latest"]
27352735
auth-ssl: "*"
2736-
python-version: ["2.7", "3.5", "3.9"]
2736+
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.7"]
27372737
loadbalancer: "*"
27382738
display_name: "Load Balancer ${platform} ${python-version} ${mongodb-version} ${auth-ssl}"
27392739
tasks:

0 commit comments

Comments
 (0)