From daf5ce9248cc72cfc2438797cb4eb5d022325155 Mon Sep 17 00:00:00 2001 From: grillazz Date: Tue, 16 Dec 2025 14:25:29 +0100 Subject: [PATCH] update Python version to include patch in build configuration and Dockerfile --- .github/workflows/build-and-test.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c2510f4..f130b51 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.14" ] + python-version: [ "3.14.0" ] env: PYTHONDONTWRITEBYTECODE: 1 diff --git a/Dockerfile b/Dockerfile index fe02c6a..45d3875 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/ 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/