Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
9f2d70be1a Merge 603ac408d3 into cf9db0dc1b 2026-05-22 09:04:42 +00:00
renovate[bot]
603ac408d3 feat(deps): update dependency click to v8.4.1 2026-05-22 09:04:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.14
python-version: 3.13
cache: 'pip' # caching pip dependencies
- name: Setup tests (install dependencies, run migrations)
run: |

View File

@@ -1,4 +1,4 @@
FROM python:3.14-slim
FROM python:3.13-slim
ARG VERSION=unknown
# Create a non-root user and group