Skip to content

Commit 84eebaf

Browse files
authored
Merge pull request #70 from guerda/renovate/python-3.x
chore(deps): update dependency python
2 parents 1dd3230 + 4696190 commit 84eebaf

4 files changed

Lines changed: 5 additions & 198 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v5
22-
- name: Set up Python 3.11
22+
- name: Set up Python 3.13
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.11"
25+
python-version: "3.13"
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.11-slim
1+
FROM python:3.13-slim
22
# Install uv.
33
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = ""
33
version = "0.0.1"
4-
requires-python = "~=3.11"
4+
requires-python = "~=3.13"
55
dependencies = [
66
"fastapi[standard]",
77
"pyyaml",

0 commit comments

Comments
 (0)