diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7228ab0..9f9081b 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 89b869f..c6c9284 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim LABEL maintainer="Luke Tainton " USER root