XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Change python version to 3.12 in unitests

228392ea
Heiner Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified .github/workflows/unittest.yml +1 -1
@@ -27,7 +27,7 @@ jobs:
27 27 - name: Set up Python 3.11
28 28 uses: actions/setup-python@v4
29 29 with:
30 python-version: "3.11"
30 python-version: "3.12"
31 31 cache: 'pip'
32 32 - name: Install requirements
33 33 run: pip install -r requirements.txt