Skip to content

Commit 813ee7b

Browse files
chore(deps): update dependency python
1 parent ee33851 commit 813ee7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python 3.13
2323
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2424
with:
25-
python-version: "3.13"
25+
python-version: "3.14"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim@sha256:49b618b8afc2742b94fa8419d8f4d3b337f111a0527d417a1db97d4683cb71a6
1+
FROM python:3.14-slim@sha256:fa0acdcd760f0bf265bc2c1ee6120776c4d92a9c3a37289e17b9642ad2e5b83b
22
# Install uv.
33
COPY --from=ghcr.io/astral-sh/uv:0.9.29@sha256:db9370c2b0b837c74f454bea914343da9f29232035aa7632a1b14dc03add9edb /uv /uvx /bin/
44

0 commit comments

Comments
 (0)