Skip to content

Commit 0c47b07

Browse files
committed
Update python version to 3.8
1 parent 95b773e commit 0c47b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
awk -F '\/' '{ print tolower($2) }' |
1919
tr '_' '-'
2020
)
21-
- name: Set up Python 3.7
21+
- name: Set up Python 3.8
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.7.x'
24+
python-version: 3.8
2525
- name: Versions
2626
run: |
2727
python3 --version

0 commit comments

Comments
 (0)