We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba32f2 commit 3e24168Copy full SHA for 3e24168
.evergreen/scripts/run-aws-container-test.sh
@@ -20,7 +20,8 @@ fi
20
set -o xtrace
21
22
# Install python with pip.
23
-PYTHON_VER="python3.9"
+PYTHON_VER="python3.11"
24
+add-apt-repository -qq ppa:deadsnakes/ppa -y
25
apt-get -qq update < /dev/null > /dev/null
26
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
27
0 commit comments