We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b7217 commit 4344ce9Copy full SHA for 4344ce9
1 file changed
bindings/python/.evergreen/utils.sh
@@ -44,7 +44,7 @@ find_python3() {
44
if [ "$(uname -s)" = "Darwin" ]; then
45
PYTHON="/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3"
46
elif [ "Windows_NT" = "${OS:-}" ]; then # Magic variable in cygwin
47
- PYTHON="C:/python/Python310/python.exe"
+ PYTHON="C:/python/Python39/python.exe"
48
else
49
# Prefer our own toolchain, fall back to mongodb toolchain if it has Python 3.9+.
50
if [ -f "/opt/python/3.9/bin/python3" ]; then
0 commit comments