Skip to content

Commit 3884329

Browse files
authored
Update Python versions in CI workflow
1 parent 624fa52 commit 3884329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mlperf-inference-resnet50.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.14", "3.11", "3.8"]
18+
python-version: ["3.13", "3.11", "3.9"]
1919
on: [ubuntu-latest, macos-latest, windows-latest]
2020
backend: [ "onnxruntime", "tf" ]
2121
implementation: [ "python", "cpp" ]

0 commit comments

Comments
 (0)