updated default run_tests max version to py313

pull/37945/head
sreenithi 4 months ago
parent 29d3e58ddd
commit 708aa70f2b
No known key found for this signature in database
  1. 2
      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,)

Loading…
Cancel
Save