Skip to content

Commit 809a8d0

Browse files
authored
Changed Python version to 3.8
Code utilizes the ":=" operator, introduced in Pyton 3.8
1 parent c34362d commit 809a8d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up Python 3.6
19+
- name: Set up Python 3.8
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.6
22+
python-version: 3.8
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)