Update to Python 3.9.

This is what I've been using locally for ages and it seems to work fine.
This commit is contained in:
Dan Albert 2021-05-26 13:01:21 -07:00
parent c163e2c981
commit 6fa0a29249
2 changed files with 4 additions and 4 deletions

View File

@ -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: |

View File

@ -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: |