From 6fa0a29249dc3cbc0cfdd8960fc704b12c5f278c Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 26 May 2021 13:01:21 -0700 Subject: [PATCH] Update to Python 3.9. This is what I've been using locally for ages and it seems to work fine. --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ac6fc4f..4eaede79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,10 @@ jobs: with: submodules: true - - name: Set up Python 3.8 + - name: Set up Python 3.9 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install environment run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e146388b..488c043d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,10 @@ jobs: with: submodules: true - - name: Set up Python 3.8 + - name: Set up Python 3.9 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install environment run: |