File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set up Python 3
2020 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121 with :
22- python-version : 3.13
22+ python-version : 3.14
2323
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
Original file line number Diff line number Diff line change 1818 - name : Set up Python 3.
1919 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020 with :
21- python-version : 3.13
21+ python-version : 3.14
2222
2323 - name : Install uv
2424 uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG UV_IMAGE=ghcr.io/astral-sh/uv:0.9.28@sha256:59240a65d6b57e6c507429b45f01b8f2
33# ----------------------------------
44FROM ${UV_IMAGE} AS uv
55
6- FROM python:3.13 -slim
6+ FROM python:3.14 -slim
77
88WORKDIR /app
99
You can’t perform that action at this time.
0 commit comments