From 1efc1a21881523e4f16f8ede8e83c0a16aac85de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Chadebec?=
 <47564971+clementchadebec@users.noreply.github.com>
Date: Wed, 17 Jul 2024 09:46:56 +0200
Subject: [PATCH] Update tests_bench.yml

---
 .github/workflows/tests_bench.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/tests_bench.yml b/.github/workflows/tests_bench.yml
index 58c8f426..a1495798 100644
--- a/.github/workflows/tests_bench.yml
+++ b/.github/workflows/tests_bench.yml
@@ -9,16 +9,16 @@ jobs:
         os: [ubuntu-latest, macos-latest, windows-latest]
     env:
       OS: ${{ matrix.os }}
-      PYTHON: '3.7'
+      PYTHON: '3.8'
     steps:
     - uses: actions/checkout@main
     - name: Setup Python
       uses: actions/setup-python@main
       with:
-        python-version: 3.7
+        python-version: 3.8
     - name: Run tests
       run: |
         pip install .
         pip install pytest
         pip install pytest-cov
-        pytest .
\ No newline at end of file
+        pytest .