Skip to content

Commit 0b7c730

Browse files
chore(deps): update dependency python
1 parent 95eff13 commit 0b7c730

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-and-test-lists.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 3
2020
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121
with:
22-
python-version: 3.13
22+
python-version: 3.14
2323

2424
- name: Install uv
2525
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1

.github/workflows/update-lists.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python 3.
1919
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020
with:
21-
python-version: 3.13
21+
python-version: 3.14
2222

2323
- name: Install uv
2424
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG UV_IMAGE=ghcr.io/astral-sh/uv:0.9.28@sha256:59240a65d6b57e6c507429b45f01b8f2
33
# ----------------------------------
44
FROM ${UV_IMAGE} AS uv
55

6-
FROM python:3.13-slim
6+
FROM python:3.14-slim
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)