Skip to content

Commit 3e24168

Browse files
committed
use python 3.11
1 parent 0ba32f2 commit 3e24168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/scripts/run-aws-container-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ fi
2020
set -o xtrace
2121

2222
# Install python with pip.
23-
PYTHON_VER="python3.9"
23+
PYTHON_VER="python3.11"
24+
add-apt-repository -qq ppa:deadsnakes/ppa -y
2425
apt-get -qq update < /dev/null > /dev/null
2526
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
2627

0 commit comments

Comments
 (0)