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 cf7fe80 commit eace1f1Copy full SHA for eace1f1
.github/workflows/build.yaml
@@ -62,7 +62,7 @@ jobs:
62
- name: Set up Python
63
uses: actions/setup-python@v5
64
with:
65
- python-version: 3.13
+ python-version: 3.14
66
- name: Install dependencies
67
run: |
68
python -m pip install --upgrade pip
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim
+FROM python:3.14-slim
2
3
ARG VERSION
4
0 commit comments