fix(python): downgrade to latest Python 3.13
Some checks failed
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 3s
CI / ci (pull_request) Failing after 1m8s

This commit is contained in:
2025-11-02 17:30:56 +00:00
parent 51cdbeaf19
commit 0ebee5e324
5 changed files with 4 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.14-slim
FROM python:3.13.9-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
USER root