Skip to content

Commit fb28a3f

Browse files
committed
use python3.9
Signed-off-by: YunLiu <[email protected]>
1 parent 1499f16 commit fb28a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ jobs:
130130
- uses: actions/checkout@v4
131131
with:
132132
fetch-depth: 0
133-
- name: Set up Python 3.8
133+
- name: Set up Python 3.9
134134
uses: actions/setup-python@v5
135135
with:
136-
python-version: '3.8'
136+
python-version: '3.9'
137137
- name: cache weekly timestamp
138138
id: pip-cache
139139
run: |

0 commit comments

Comments
 (0)