We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6626ea3 commit ade104cCopy full SHA for ade104c
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
- uses: actions/checkout@v4
61
- uses: actions/setup-python@v5
62
with:
63
- python-version: 3.13
+ python-version: 3.14
64
cache: 'pip' # caching pip dependencies
65
- name: Setup tests (install dependencies, run migrations)
66
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim
+FROM python:3.14-slim
2
ARG VERSION=unknown
3
4
# Create a non-root user and group
0 commit comments