Skip to content

Commit 58e73d2

Browse files
Update dependency python to 3.14
1 parent dff1b8f commit 58e73d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-python@v6.0.0
2626
id: python
2727
with:
28-
python-version: "3.13"
28+
python-version: "3.14"
2929

3030
- name: Install uv
3131
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/setup-python@v6.0.0
8585
id: python
8686
with:
87-
python-version: "3.13"
87+
python-version: "3.14"
8888

8989
- name: Install uv
9090
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-python@v6.0.0
2121
id: python
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424

2525
- name: Install uv
2626
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2

0 commit comments

Comments
 (0)