From e466309bfbe5b218f859e5d3077ffe0960bf0e78 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:54:49 +0100 Subject: [PATCH] Increase python version to 3.10 which hopefully does not break the build process --- .github/workflows/build-all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 13420ad1..fcb878bb 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -90,10 +90,10 @@ jobs: steps: - - name: Setup Python 3.7 - uses: actions/setup-python@v1 + - name: Setup Python + uses: actions/setup-python@v5 with: - python-version: '3.7' # Version range or exact version of a Python version to use, using semvers version range syntax. + python-version: '3.10' # Version range or exact version of a Python version to use, using semvers version range syntax. architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - name: Install PlatformIO