We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dd3230 + 4696190 commit 84eebafCopy full SHA for 84eebaf
4 files changed
.github/workflows/python-app.yml
@@ -19,10 +19,10 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v5
22
- - name: Set up Python 3.11
+ - name: Set up Python 3.13
23
uses: actions/setup-python@v5
24
with:
25
- python-version: "3.11"
+ python-version: "3.13"
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-slim
+FROM python:3.13-slim
2
# Install uv.
3
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
4
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = ""
version = "0.0.1"
-requires-python = "~=3.11"
+requires-python = "~=3.13"
5
dependencies = [
6
"fastapi[standard]",
7
"pyyaml",
0 commit comments