From f39dc832679ceddad9c1b1f775e2ff1deac1f2cc Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 28 May 2025 17:09:07 +0200 Subject: [PATCH 1/2] Update python in ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18ee3e5..ace5ca9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: 3.10 cache: 'pip' - name: Install packages From b038b4cd24dadf2d9d2a33793347caa407ca16f8 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 28 May 2025 17:09:50 +0200 Subject: [PATCH 2/2] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ace5ca9..ed69ea1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: "3.10" cache: 'pip' - name: Install packages