Skip to content

Commit e16f843

Browse files
committed
chore: Fix update_deps workflow
1 parent 254466c commit e16f843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v4
2727
with:
28-
python-version: 3.7
28+
python-version: 3.13
2929

3030
- name: Update Dependencies
3131
run: |

0 commit comments

Comments
 (0)