From 5cd49331a81db2cf9d22a3edb50da1feb63dcd89 Mon Sep 17 00:00:00 2001 From: arvidn Date: Fri, 24 Nov 2023 15:36:19 +0100 Subject: [PATCH] bump python 3.7 -> 3.8 on CI --- .github/workflows/build-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index bbc80fff..ba1c6cde 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.7] + python: [3.8] steps: - uses: actions/checkout@v3 @@ -188,7 +188,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest] - python: [3.7] + python: [3.8] steps: - uses: actions/checkout@v3 with: @@ -224,7 +224,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.7] + python: [3.8] steps: - uses: actions/checkout@v3 with: