chore(deps): update dependency python
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 16s
CI / ci (pull_request) Failing after 4m3s

This commit is contained in:
2025-10-11 11:41:55 +00:00
parent 9b8113f2ca
commit 2810e86c10
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

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