We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee33851 commit 813ee7bCopy full SHA for 813ee7b
2 files changed
.github/workflows/python-app.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Python 3.13
23
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
24
with:
25
- python-version: "3.13"
+ python-version: "3.14"
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim@sha256:49b618b8afc2742b94fa8419d8f4d3b337f111a0527d417a1db97d4683cb71a6
+FROM python:3.14-slim@sha256:fa0acdcd760f0bf265bc2c1ee6120776c4d92a9c3a37289e17b9642ad2e5b83b
2
# Install uv.
3
COPY --from=ghcr.io/astral-sh/uv:0.9.29@sha256:db9370c2b0b837c74f454bea914343da9f29232035aa7632a1b14dc03add9edb /uv /uvx /bin/
4
0 commit comments