Skip to content

Commit c900120

Browse files
authored
Update deploy.yml
1 parent a9e0a34 commit c900120

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: checkout actions
1111
uses: actions/checkout@v4
1212

13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.13.2
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.7
16+
python-version: 3.13.2
1717

1818
- name: Install requirement.txt
1919
run: |

0 commit comments

Comments
 (0)