File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - name : Set up Python
1414 uses : actions/setup-python@v4
1515 with :
16- python-version : " 3.10 "
16+ python-version : " 3.12 "
1717 - name : Install dependencies
1818 run : |
1919 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 2020 ref : ${{ github.event.pull_request.head.sha }}
2121 - uses : actions/setup-python@v5
2222 with :
23- python-version : " 3.10 "
23+ python-version : " 3.12 "
2424 - name : Install gptscript
2525 run : |
2626 curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o gptscriptexe
4343 ref : ${{ github.event.pull_request.head.sha }}
4444 - uses : actions/setup-python@v5
4545 with :
46- python-version : " 3.10 "
46+ python-version : " 3.12 "
4747 - name : Install gptscript
4848 run : |
4949 curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ from tempfile import TemporaryDirectory
1717gptscript_info = {
1818 "name" : "gptscript" ,
1919 "url" : "https://github.com/gptscript-ai/gptscript/releases/download/" ,
20- "version" : "v0.5.0 " ,
20+ "version" : "v0.7.1 " ,
2121}
2222
2323# Define platform-specific variables
You can’t perform that action at this time.
0 commit comments