Skip to content

Commit f57996b

Browse files
⬆️ Update python to v3.14.4
1 parent 89b5e9a commit f57996b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.4'
2929

3030
- name: Install uv
3131
uses: astral-sh/setup-uv@v8.1.0

.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.4"
2424

2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v8.1.0

.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.4"
2525

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

0 commit comments

Comments
 (0)