File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
- name : Set up Python
135
135
uses : actions/setup-python@v5
136
136
with :
137
- python-version : ' 3.10 '
137
+ python-version : ' 3.11 '
138
138
139
139
- name : Save PR Info on Unix systems
140
140
if : ${{ runner.os != 'windows' }}
@@ -603,7 +603,7 @@ jobs:
603
603
- name : Set up Python
604
604
uses : actions/setup-python@v5
605
605
with :
606
- python-version : ' 3.10 '
606
+ python-version : ' 3.11 '
607
607
608
608
- name : Save PR Info on Unix systems
609
609
if : ${{ runner.os != 'windows' }}
@@ -1142,7 +1142,7 @@ jobs:
1142
1142
- name : Set up Python
1143
1143
uses : actions/setup-python@v5
1144
1144
with :
1145
- python-version : ' 3.10 '
1145
+ python-version : ' 3.11 '
1146
1146
1147
1147
- name : Save PR Info on Unix systems
1148
1148
if : ${{ runner.os != 'windows' }}
You can’t perform that action at this time.
0 commit comments