Skip to content

Commit 835a332

Browse files
committed
update python version in deploy
1 parent 076cca4 commit 835a332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Python
4747
uses: actions/setup-python@v2
4848
with:
49-
python-version: '3.7'
49+
python-version: '3.9'
5050
- name: Install dependencies
5151
run: |
5252
python -m pip install --upgrade pip==20.2.4

0 commit comments

Comments
 (0)