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 67
67
- name : Setup Python
68
68
uses : actions/setup-python@v5
69
69
with :
70
- python-version : " 3.10 "
70
+ python-version : " 3.13 "
71
71
72
72
- name : Cache pip dependencies
73
73
id : cache
Original file line number Diff line number Diff line change 22
22
- name : Setup Python 3.10
23
23
uses : actions/setup-python@v5
24
24
with :
25
- python-version : ' 3.10 '
25
+ python-version : ' 3.13 '
26
26
27
27
- name : Install dependencies
28
28
run : |
Original file line number Diff line number Diff line change 20
20
- name : Setup Python 3.10
21
21
uses : actions/setup-python@v5
22
22
with :
23
- python-version : ' 3.10 '
23
+ python-version : ' 3.13 '
24
24
25
25
- name : Cache pip
26
26
id : cache
54
54
- name : Setup Python
55
55
uses : actions/setup-python@v5
56
56
with :
57
- python-version : " 3.10 "
57
+ python-version : " 3.13 "
58
58
59
59
- name : Cache pip dependencies
60
60
id : cache
You can’t perform that action at this time.
0 commit comments