Skip to content

Commit 24879b4

Browse files
Update dependency python to 3.14
1 parent 82a4515 commit 24879b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: '3.12'
31+
python-version: '3.14'
3232

3333
- name: Install Dependencies
3434
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)