更新Python项目:添加markdown渲染器功能,优化API服务,完善Windows构建工作流,更新依赖配置
This commit is contained in:
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11' # 你可以根据需要更改Python版本
|
||||
python-version: '3.13.3' # 你可以根据需要更改Python版本
|
||||
|
||||
# 第3步:安装依赖包
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user