We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd0d2c + c6b947a commit 9b80876Copy full SHA for 9b80876
.github/workflows/pytest.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install python
17
uses: actions/setup-python@v6
18
with:
19
- python-version: '3.13'
+ python-version: '3.14'
20
21
- name: Install dependencies
22
run: |
Dockerfile
@@ -5,7 +5,7 @@ ADD . /git/
5
RUN git describe --always --dirty > /git-version.txt
6
7
8
-FROM python:3.13
+FROM python:3.14
9
10
EXPOSE 8080
11
HEALTHCHECK --interval=10s CMD curl --fail http://localhost:8080/health || exit 1
0 commit comments