Skip to content

Commit 971c55f

Browse files
Update dependency python to 3.14
1 parent 7f4edaa commit 971c55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
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.11"
24+
python-version: "3.14"
2525

2626
- name: Set up venv
2727
run: |
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Python
5959
uses: actions/setup-python@v6
6060
with:
61-
python-version: "3.11"
61+
python-version: "3.14"
6262

6363
- name: Set up venv
6464
run: |

0 commit comments

Comments
 (0)