Skip to content

Commit df92115

Browse files
committed
更新 main.yml,升级 Python 版本至 3.12
1 parent 6204f7b commit df92115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 设置 Python 环境
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: '3.10'
16+
python-version: '3.12'
1717
- name: 安装依赖
1818
run: |
1919
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)