Skip to content

Commit c5cf600

Browse files
⬆️ Update python to v3.14.3
1 parent 6cebe14 commit c5cf600

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v6
2727
with:
28-
python-version: '3.14.2'
28+
python-version: '3.14.3'
2929

3030
- name: Install uv
3131
uses: astral-sh/setup-uv@v7

.github/workflows/markdown-code-runner.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.2"
23+
python-version: "3.14.3"
2424

2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v7

.github/workflows/update-test-matrix.yaml

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.14.2"
24+
python-version: "3.14.3"
2525

2626
- name: Update test matrix
2727
run: python scripts/update-test-matrix.py

0 commit comments

Comments
 (0)