Skip to content

Commit e50524a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-python@v6
1717
with:
18-
python-version: "3.13"
18+
python-version: "3.14"
1919
- run: pip install uv
2020
- run: uv build
2121
- run: uv publish

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6
3333
- uses: actions/setup-python@v6
3434
with:
35-
python-version: "3.13"
35+
python-version: "3.14"
3636
- run: pip install uv
3737
- run: uv venv
3838
- run: uv sync

0 commit comments

Comments
 (0)