Skip to content

Commit b74b8f1

Browse files
chore(deps): update dependency python to 3.14.x (#435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f180941 commit b74b8f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: '3.13.x'
22+
python-version: '3.14.x'
2323

2424
- name: Upgrade pip
2525
run: |

.github/workflows/update-doc-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python
4949
uses: actions/setup-python@v6
5050
with:
51-
python-version: '3.13.x'
51+
python-version: '3.14.x'
5252

5353
- name: Upgrade pip
5454
run: |

0 commit comments

Comments
 (0)