Skip to content

Commit 3563cae

Browse files
chore(deps): update dependency python
1 parent da3b8f7 commit 3563cae

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@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
1+
FROM python:3.14-slim
22
# Install uv.
33
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
44

0 commit comments

Comments
 (0)