We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6686827 commit 2bbceeeCopy full SHA for 2bbceee
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:1f3781f578e17958f55ada96c0a827bf279a11e10d6a458ecb8bde667afbb669
+FROM python:3.14-slim@sha256:3955a7dd66ccf92b68d0232f7f86d892eaf75255511dc7e98961bdc990dc6c9b
2
# Install uv.
3
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:15f68a476b768083505fe1dbfcc998344d0135f0ca1b8465c4760b323904f05a /uv /uvx /bin/
4
0 commit comments