From 0bff10456a55904916eedab2caceb9ab72024695 Mon Sep 17 00:00:00 2001 From: Alex Archambault Date: Thu, 9 Jan 2025 00:08:37 +0100 Subject: [PATCH] Update Python to 3.8 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cbf4d1..3a41713 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Install Python uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.8' architecture: 'x64' - name: Install dependencies run: python -m pip install jupyterlab @@ -48,7 +48,7 @@ jobs: - name: Install Python uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.8' architecture: 'x64' - name: Install dependencies run: python -m pip install jupyterlab