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/