From bc66f3f876ff8a43d92a59d57d1caa4e110fd655 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Tue, 14 Jan 2025 22:44:55 +0100 Subject: [PATCH] fix benchmarks.yml versions --- .github/workflows/benchmarks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 213f38151..13c93bef1 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -81,13 +81,13 @@ jobs: matrix: # Show OS combos first in GUI 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: - os: windows-latest - python-version: '3.10.13' + python-version: '3.10.16' # keep only one python version for MacOS - os: macos-latest - python-version: '3.10.13' + python-version: '3.10.16' - os: macos-latest python-version: "3.11.11" include: