From 708aa70f2b1cbb8b68a7986b69d70893b35e8e45 Mon Sep 17 00:00:00 2001 From: sreenithi Date: Fri, 18 Oct 2024 14:49:43 +0530 Subject: [PATCH] updated default run_tests max version to py313 --- tools/run_tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 4df7c9689b5..6262664149b 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -867,7 +867,7 @@ class PythonLanguage(object): # Default set tested on master. Test oldest and newest. return ( python38_config, - python312_config, + python313_config, ) elif args.compiler == "python3.8": return (python38_config,)