Skip to content

Commit d64e1f4

Browse files
chore(deps): update python to v3.14.3
1 parent 6e15113 commit d64e1f4

11 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: '3.14'
21+
python-version: '3.14.3'
2222

2323
- name: Install Dependencies
2424
run: |

.github/workflows/ci-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Set up Python
119119
uses: actions/setup-python@v6
120120
with:
121-
python-version: '3.13'
121+
python-version: '3.14.3'
122122
- name: Install Dependencies
123123
run: |
124124
pip install .

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: '3.13'
30+
python-version: '3.14.3'
3131

3232
- name: Install Dependencies
3333
run: |

.github/workflows/docs_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v6
3333
with:
34-
python-version: '3.13'
34+
python-version: '3.14.3'
3535

3636
- name: Install Python Dependencies
3737
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v6
1616
with:
17-
python-version: "3.14"
17+
python-version: "3.14.3"
1818

1919
- name: Install Ruff
2020
run: pip install ruff

.github/workflows/pr-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.14"
23+
python-version: "3.14.3"
2424

2525
- name: Install Ruff
2626
run: pip install ruff

.github/workflows/process_switch_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: '3.14'
23+
python-version: '3.14.3'
2424

2525
- name: Extract Issue Body
2626
env:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python
3636
uses: actions/setup-python@v6
3737
with:
38-
python-version: '3.14'
38+
python-version: '3.14.3'
3939

4040
- name: Generate Version
4141
id: version
@@ -261,7 +261,7 @@ jobs:
261261
- name: Set up Python
262262
uses: actions/setup-python@v6
263263
with:
264-
python-version: '3.14'
264+
python-version: '3.14.3'
265265

266266
# Cache PyInstaller
267267
- uses: actions/cache@v5
@@ -407,7 +407,7 @@ jobs:
407407
- name: Set up Python
408408
uses: actions/setup-python@v6
409409
with:
410-
python-version: '3.14'
410+
python-version: '3.14.3'
411411

412412
- name: Install Dependencies
413413
run: pip install requests pyyaml
@@ -428,7 +428,7 @@ jobs:
428428
- name: Set up Python
429429
uses: actions/setup-python@v6
430430
with:
431-
python-version: '3.14'
431+
python-version: '3.14.3'
432432
- name: Install Dependencies
433433
run: pip install requests
434434
- name: Cleanup Old Docker Versions

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Set up Python
9494
uses: actions/setup-python@v6
9595
with:
96-
python-version: "3.14"
96+
python-version: "3.14.3"
9797

9898
- name: Install Core (No GUI)
9999
run: |
@@ -116,7 +116,7 @@ jobs:
116116
- name: Set up Python
117117
uses: actions/setup-python@v6
118118
with:
119-
python-version: "3.14"
119+
python-version: "3.14.3"
120120

121121
- name: Install Dependencies
122122
run: |

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: '3.14'
20+
python-version: '3.14.3'
2121
- name: Check for relevant changes
2222
id: check
2323
run: python .github/scripts/check_relevance.py

0 commit comments

Comments
 (0)