Skip to content

Commit 6f8da7c

Browse files
committed
heck it, upgrade python
1 parent 10c9b35 commit 6f8da7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
with:
5353
fetch-depth: 1
5454

55-
- name: Set up Python 3.7
55+
- name: Set up Python 3.8
5656
uses: actions/setup-python@v2
5757
with:
58-
python-version: 3.7
58+
python-version: 3.8
5959

6060
- name: Install requirements.txt dependencies with pip
6161
run: |

0 commit comments

Comments
 (0)