File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
116
116
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
117
117
with :
118
- python-version : " 3.12 "
118
+ python-version : " 3.13 "
119
119
120
120
- name : Install Dependencies
121
121
run : |
Original file line number Diff line number Diff line change 90
90
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
91
91
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
92
92
with :
93
- python-version : " 3.10 "
93
+ python-version : " 3.13 "
94
94
architecture : x64
95
95
96
96
- name : Download Coverage Artifacts
@@ -1565,7 +1565,7 @@ jobs:
1565
1565
- name : Install Python
1566
1566
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
1567
1567
with :
1568
- python-version : 3.13
1568
+ python-version : " 3.13"
1569
1569
1570
1570
- name : Install Dependencies
1571
1571
run : |
You can’t perform that action at this time.
0 commit comments