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 38
38
- name : setup python
39
39
uses : actions/setup-python@v5
40
40
with :
41
- python-version : ' 3.10 '
41
+ python-version : ' 3.13 '
42
42
architecture : ' x64'
43
43
- run : python --version
44
44
- run : python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 37
37
run : make git
38
38
- uses : actions/setup-python@v5
39
39
with :
40
- python-version : ' 3.11 '
40
+ python-version : ' 3.13 '
41
41
architecture : ' x64'
42
42
- run : python --version
43
43
- run : python -m pip install --upgrade pip
61
61
include-prerelease : true
62
62
- uses : actions/setup-python@v5
63
63
with :
64
- python-version : ' 3.11 '
64
+ python-version : ' 3.13 '
65
65
architecture : ' x64'
66
66
- run : python --version
67
67
- run : python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1
- 3.12 .3
1
+ 3.13 .3
You can’t perform that action at this time.
0 commit comments