fix benchmarks.yml versions

This commit is contained in:
Lendemor 2025-01-14 22:44:55 +01:00
parent 6f66e10e1e
commit bc66f3f876

View File

@ -81,13 +81,13 @@ jobs:
matrix: matrix:
# Show OS combos first in GUI # Show OS combos first in GUI
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10.13', '3.11.5', '3.12.0'] python-version: ['3.10.16', '3.11.11', '3.12.8']
exclude: exclude:
- os: windows-latest - os: windows-latest
python-version: '3.10.13' python-version: '3.10.16'
# keep only one python version for MacOS # keep only one python version for MacOS
- os: macos-latest - os: macos-latest
python-version: '3.10.13' python-version: '3.10.16'
- os: macos-latest - os: macos-latest
python-version: "3.11.11" python-version: "3.11.11"
include: include: