Skip to content

Commit 6bca10f

Browse files
committed
update pythons
1 parent 07e030b commit 6bca10f

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
@@ -113,7 +113,7 @@ def get_python_binary(python, host):
113113
task_names = [".ocsp-rsa !.ocsp-staple"]
114114
expansions = dict(VERSION=version, AUTH="noauth", SSL="ssl", TOPOLOGY="server")
115115
batchtime = BATCHTIME_WEEK * 2
116-
if version == 4.4:
116+
if version == "4.4":
117117
python = CPYTHONS[0]
118118
else:
119119
python = CPYTHONS[-1]

0 commit comments

Comments
 (0)