Skip to content

Commit f7c302e

Browse files
committed
Changed python version to 3.7 in build.yml
1 parent d55a63e commit f7c302e

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
@@ -22,10 +22,10 @@ jobs:
2222
awk -F '\/' '{ print tolower($2) }' |
2323
tr '_' '-'
2424
)
25-
- name: Set up Python 3.6
25+
- name: Set up Python 3.7
2626
uses: actions/setup-python@v1
2727
with:
28-
python-version: 3.6
28+
python-version: 3.7
2929
- name: Versions
3030
run: |
3131
python3 --version

0 commit comments

Comments
 (0)