diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88b0bd4..018256b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: - python-version: "3.13" + python-version: "3.14" - name: Install Poetry run: pipx install poetry - name: Check poetry.lock is up to date diff --git a/Dockerfile b/Dockerfile index 03f60bd..9d714b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim # Update the system RUN apt update && apt upgrade -y