use older version of python for windows simple benchmarks (#4680)

This commit is contained in:
Khaleel Al-Adhami 2025-01-23 06:29:31 -08:00 committed by GitHub
parent 7f1aee6dc8
commit 9dba8cd494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: