File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
48
48
- name : Checkout code
49
49
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
50
51
- - name : Setup Python 3.10
51
+ - name : Setup Python 3.13
52
52
uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
53
53
with :
54
- python-version : ' 3.10 '
54
+ python-version : ' 3.13 '
55
55
56
56
- name : Install packages
57
57
run : |
@@ -109,10 +109,10 @@ jobs:
109
109
- name : Checkout code
110
110
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111
111
112
- - name : Setup python 3.10
112
+ - name : Setup python 3.13
113
113
uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
114
114
with :
115
- python-version : ' 3.10 '
115
+ python-version : ' 3.13 '
116
116
117
117
- name : Install packages
118
118
run :
You can’t perform that action at this time.
0 commit comments