From e0b78e04481dcffe60846d70c64139fd901150dd Mon Sep 17 00:00:00 2001 From: sebastianpfischer Date: Sat, 25 May 2024 17:06:16 +0200 Subject: [PATCH] fix: minimal python version --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 595a84726..deedeccdc 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -29,13 +29,13 @@ jobs: - name: Prerequisite installation uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: Install poetry run: pip3 install poetry # Runs the preparation - - name: Prepare working environement + - name: Prepare working environment run: poetry install --all-extras # Runs the test