[CI/Build] drop support for Python 3.8 EOL (#8464)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-11-06 02:11:55 -05:00
committed by GitHub
parent 4be3a45158
commit 21063c11c7
115 changed files with 239 additions and 321 deletions

View File

@@ -46,7 +46,7 @@ if __name__ == "__main__":
args = parser.parse_args()
with open(args.json_trace, "r") as f:
with open(args.json_trace) as f:
profile_data = json.load(f)
if args.table == "summary":