Skip to content

Commit 60d8961

Browse files
Mathew Robinsonevergreen
authored andcommitted
SERVER-39467 Update EnsurePythonVersion to 3.6
1 parent a605bfb commit 60d8961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import mongo.platform as mongo_platform
2727
import mongo.toolchain as mongo_toolchain
2828
import mongo.generators as mongo_generators
2929

30-
EnsurePythonVersion(3, 5)
30+
EnsurePythonVersion(3, 6)
3131
EnsureSConsVersion(3, 1, 1)
3232

3333
from buildscripts import utils

0 commit comments

Comments
 (0)