diff --git a/.github/workflows/test-mlperf-inference-abtf-poc.yml b/.github/workflows/test-mlperf-inference-abtf-poc.yml index bb5ab71b20..fb29c47225 100644 --- a/.github/workflows/test-mlperf-inference-abtf-poc.yml +++ b/.github/workflows/test-mlperf-inference-abtf-poc.yml @@ -45,7 +45,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, macos-13] - python-version: [ "3.8", "3.12" ] + python-version: [ "3.12" ] backend: [ "pytorch" ] implementation: [ "python" ] @@ -70,7 +70,7 @@ jobs: fail-fast: false matrix: os: [windows-latest] - python-version: [ "3.8", "3.12" ] + python-version: [ "3.12" ] backend: [ "pytorch" ] implementation: [ "python" ] exclude: