Skip to content

Commit bab598a

Browse files
updated the python version (#113)
updated the workflow
1 parent 6b479c0 commit bab598a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- name: Set up Python 3.6
18+
- name: Set up Python 3.7
1919
uses: actions/setup-python@v2
2020
with:
21-
python-version: 3.6
21+
python-version: 3.7
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)