Skip to content

Commit 510ac1e

Browse files
Update dependency python to 3.14
1 parent b22661f commit 510ac1e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: '3.12'
27+
python-version: '3.14'
2828

2929
- name: Install Dependencies
3030
run: |

.github/workflows/pr-autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v6
2424
with:
25-
python-version: '3.12'
25+
python-version: '3.14'
2626

2727
- name: Install & Run Python Fixes
2828
run: |

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v6
2323
with:
24-
python-version: '3.12'
24+
python-version: '3.14'
2525

2626
- name: Install Tools
2727
run: |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.14'
2020

2121
- name: Install Dependencies
2222
shell: bash

0 commit comments

Comments
 (0)