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,)