File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed
Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,11 @@ jobs:
1515
1616 steps :
1717 - uses : actions/checkout@v6
18- with :
19- fetch-depth : 0
2018
2119 - name : Setup Python
2220 uses : actions/setup-python@v6
2321 with :
24- python-version : ' 3.11 '
22+ python-version : ' 3.14 '
2523
2624 - name : Run check-ifdefs
2725 run : |
Original file line number Diff line number Diff line change @@ -15,13 +15,11 @@ jobs:
1515
1616 steps :
1717 - uses : actions/checkout@v6
18- with :
19- fetch-depth : 0
2018
2119 - name : Setup Python
2220 uses : actions/setup-python@v6
2321 with :
24- python-version : ' 3.11 '
22+ python-version : ' 3.14 '
2523
2624 - name : Run check_powi
2725 run : |
Original file line number Diff line number Diff line change @@ -15,13 +15,11 @@ jobs:
1515
1616 steps :
1717 - uses : actions/checkout@v6
18- with :
19- fetch-depth : 0
2018
2119 - name : Setup Python
2220 uses : actions/setup-python@v6
2321 with :
24- python-version : ' 3.11 '
22+ python-version : ' 3.14 '
2523 cache : " pip"
2624
2725 - name : Install dependencies
Original file line number Diff line number Diff line change 2727 - name : Setup Python
2828 uses : actions/setup-python@v6
2929 with :
30- python-version : ' 3.11 '
30+ python-version : ' 3.14 '
3131 cache : " pip"
3232
3333 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 - name : Setup Python
2020 uses : actions/setup-python@v6
2121 with :
22- python-version : ' 3.11 '
22+ python-version : ' 3.14 '
2323 cache : " pip"
2424
2525 - name : Upgrade pip
You can’t perform that action at this time.
0 commit comments