Skip to content

Commit 3a3c290

Browse files
committed
use python 3.11
1 parent bf21802 commit 3a3c290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def run() -> None:
164164
target = f"run-mongodb-aws-{SUB_TEST_NAME}-test.sh"
165165
text = (HERE / "run-aws-container-test.sh").read_text()
166166
if SUB_TEST_NAME == "eks":
167-
text = text.replace("python3.9", "python3.10")
167+
text = text.replace("python3.9", "python3.11")
168168
(HERE.parent / target).write_text(text)
169169
run_command(f"{DRIVERS_TOOLS}/.evergreen/auth_aws/aws_setup.sh {SUB_TEST_NAME}")
170170
return

0 commit comments

Comments
 (0)