Skip to content

Commit

Permalink
github: test: Switch to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwood committed Nov 26, 2021
1 parent 524c825 commit c0d7f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8
architecture: x64
- uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8
architecture: x64
- uses: actions/cache@v1
with:
Expand Down

0 comments on commit c0d7f34

Please sign in to comment.