chore(deps): update dependency python #382

Merged
luke merged 1 commits from renovate/python-3.x into main 2025-10-13 20:06:49 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: 3.13 python-version: 3.14
- name: uv cache - name: uv cache
uses: actions/cache@v4 uses: actions/cache@v4

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim FROM python:3.14-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>" LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/pypilot" LABEL org.opencontainers.image.source="https://github.com/luketainton/pypilot"
USER root USER root