We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cdd36 commit daf5ce9Copy full SHA for daf5ce9
2 files changed
.github/workflows/build-and-test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: [ "3.14" ]
+ python-version: [ "3.14.0" ]
16
17
env:
18
PYTHONDONTWRITEBYTECODE: 1
Dockerfile
@@ -11,7 +11,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
11
ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \
- UV_PYTHON=python3.14 \
+ UV_PYTHON=python3.14.0 \
UV_PROJECT_ENVIRONMENT=/panettone
COPY pyproject.toml /_lock/
0 commit comments