From 7f3acd425977476ef28a93329f0348e01fb8811c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 2 Jan 2023 16:50:13 +0000 Subject: [PATCH 1/2] bump python version --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 71bdc42..536ed31 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,10 +20,10 @@ jobs: run: sudo apt-get update && sudo apt-get install build-essential shell: bash - - name: Install Python 3.6 + - name: Install Python 3.7 uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.7' - name: Checkout code uses: actions/checkout@v2 From ef6223dd01f2d33615d4c6671afe1995ac953141 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 2 Jan 2023 16:51:43 +0000 Subject: [PATCH 2/2] actually just bump it to 3.8 --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 536ed31..cd371e2 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,10 +20,10 @@ jobs: run: sudo apt-get update && sudo apt-get install build-essential shell: bash - - name: Install Python 3.7 + - name: Install Python 3.8 uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.8' - name: Checkout code uses: actions/checkout@v2