diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ec8c1409f..6da40ef6f 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -85,6 +85,8 @@ jobs: exclude: - os: windows-latest python-version: "3.10.16" + - os: windows-latest + python-version: "3.11.11" # keep only one python version for MacOS - os: macos-latest python-version: "3.10.16" @@ -93,6 +95,8 @@ jobs: include: - os: windows-latest python-version: "3.10.11" + - os: windows-latest + python-version: "3.11.9" runs-on: ${{ matrix.os }} steps: