From 71d0adecf0de38539a49bb54757c45be7ebabcd8 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Wed, 14 Jul 2021 15:56:03 +0800 Subject: [PATCH] Update github actions to Python 3.8 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b0a748..aed9a5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Python 3.7 + - name: Setup Python 3.8 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: |