From 3c78cc40800bfbf0307a44acb6078c0f085b8d16 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index bbc80fff..17901836 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 @@ -73,7 +73,7 @@ jobs: PY_VERSION=${{ matrix.python }} PY_VERSION=${PY_VERSION/.} && \ echo "Python version with dot removed is $PY_VERSION" && \ - if [ "$PY_VERSION" = "37" ]; \ + if [ "$PY_VERSION" = "38" ]; \ then export SCND_VERSION="${PY_VERSION}m"; \ else export SCND_VERSION="$PY_VERSION"; fi && \ echo "Exporting path /opt/python/cp$PY_VERSION-cp$SCND_VERSION/bin" && \ @@ -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: