Skip to content

Commit 5dfb848

Browse files
committed
PYTHON-5116 - Add MongoDB 4.2 back to our tested versions
1 parent 0fe1691 commit 5dfb848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Globals
2727
##############
2828

29-
ALL_VERSIONS = ["4.0", "4.4", "5.0", "6.0", "7.0", "8.0", "rapid", "latest"]
29+
ALL_VERSIONS = ["4.0", "4.2", "4.4", "5.0", "6.0", "7.0", "8.0", "rapid", "latest"]
3030
CPYTHONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
3131
PYPYS = ["pypy3.10"]
3232
ALL_PYTHONS = CPYTHONS + PYPYS

0 commit comments

Comments
 (0)