diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1a71088..23834b1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: 3.13 + python-version: 3.14 - name: uv cache uses: actions/cache@v4 diff --git a/Dockerfile b/Dockerfile index 1079b02..53240bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim LABEL maintainer="Luke Tainton " LABEL org.opencontainers.image.source="https://github.com/luketainton/pypilot" USER root