Skip to content

Commit a423e01

Browse files
committed
11
1 parent a9aab81 commit a423e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tauri_app_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Python
2626
uses: actions/setup-python@v4
2727
with:
28-
python-version: '3.10'
28+
python-version: '3.11'
2929
cache: 'pip'
3030
cache-dependency-path: |
3131
**/requirements*.txt
@@ -119,7 +119,7 @@ jobs:
119119
- name: Setup Python
120120
uses: actions/setup-python@v4
121121
with:
122-
python-version: '3.10'
122+
python-version: '3.11'
123123
cache: 'pip'
124124
cache-dependency-path: |
125125
**/requirements*.txt

0 commit comments

Comments
 (0)