File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- name : Set up Python
14
14
uses : actions/setup-python@v4
15
15
with :
16
- python-version : " 3.10 "
16
+ python-version : " 3.12 "
17
17
- name : Install dependencies
18
18
run : |
19
19
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 20
20
ref : ${{ github.event.pull_request.head.sha }}
21
21
- uses : actions/setup-python@v5
22
22
with :
23
- python-version : " 3.10 "
23
+ python-version : " 3.12 "
24
24
- name : Install gptscript
25
25
run : |
26
26
curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o gptscriptexe
43
43
ref : ${{ github.event.pull_request.head.sha }}
44
44
- uses : actions/setup-python@v5
45
45
with :
46
- python-version : " 3.10 "
46
+ python-version : " 3.12 "
47
47
- name : Install gptscript
48
48
run : |
49
49
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
17
17
gptscript_info = {
18
18
"name" : "gptscript" ,
19
19
"url" : "https://github.com/gptscript-ai/gptscript/releases/download/" ,
20
- "version" : "v0.5.0 " ,
20
+ "version" : "v0.7.1 " ,
21
21
}
22
22
23
23
# Define platform-specific variables
You can’t perform that action at this time.
0 commit comments