Skip to content

Commit ade104c

Browse files
feat(deps): update dependency python
1 parent 6626ea3 commit ade104c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
- uses: actions/setup-python@v5
6262
with:
63-
python-version: 3.13
63+
python-version: 3.14
6464
cache: 'pip' # caching pip dependencies
6565
- name: Setup tests (install dependencies, run migrations)
6666
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim
1+
FROM python:3.14-slim
22
ARG VERSION=unknown
33

44
# Create a non-root user and group

0 commit comments

Comments
 (0)