We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d7bc6 commit cf84a20Copy full SHA for cf84a20
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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 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:51e1a0a317fdb6e170dc791bbeae63fac5272c82f43958ef74a34e170c6f8b18
+FROM python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a
2
# Install uv.
3
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uv /uvx /bin/
4
0 commit comments