Skip to content

Commit 4344ce9

Browse files
committed
update utils.sh
1 parent 80b7217 commit 4344ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/.evergreen/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ find_python3() {
4444
if [ "$(uname -s)" = "Darwin" ]; then
4545
PYTHON="/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3"
4646
elif [ "Windows_NT" = "${OS:-}" ]; then # Magic variable in cygwin
47-
PYTHON="C:/python/Python310/python.exe"
47+
PYTHON="C:/python/Python39/python.exe"
4848
else
4949
# Prefer our own toolchain, fall back to mongodb toolchain if it has Python 3.9+.
5050
if [ -f "/opt/python/3.9/bin/python3" ]; then

0 commit comments

Comments
 (0)