We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df9ed4 commit bd9b094Copy full SHA for bd9b094
.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:739e7213785e88c0f702dcdc12c0973afcbd606dbf021a589cab77d6b00b579d
+FROM python:3.14-slim@sha256:71b358f8bff55413f4a6b95af80acb07ab97b5636cd3b869f35c3680d31d1650
2
# Install uv.
3
COPY --from=ghcr.io/astral-sh/uv:0.11.3@sha256:90bbb3c16635e9627f49eec6539f956d70746c409209041800a0280b93152823 /uv /uvx /bin/
4
0 commit comments