Skip to content

Commit ae6adb7

Browse files
committed
use python 3.11
1 parent 685bb9c commit ae6adb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

2222
# Install python with pip.
23-
PYTHON_VER="python3.9"
23+
PYTHON_VER="python3.11"
2424
apt-get -qq update < /dev/null > /dev/null
2525
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
2626

0 commit comments

Comments
 (0)