Skip to content

Commit daf5ce9

Browse files
committed
update Python version to include patch in build configuration and Dockerfile
1 parent 29cdd36 commit daf5ce9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [ "3.14" ]
15+
python-version: [ "3.14.0" ]
1616

1717
env:
1818
PYTHONDONTWRITEBYTECODE: 1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1111

1212
ENV UV_LINK_MODE=copy \
1313
UV_COMPILE_BYTECODE=1 \
14-
UV_PYTHON=python3.14 \
14+
UV_PYTHON=python3.14.0 \
1515
UV_PROJECT_ENVIRONMENT=/panettone
1616

1717
COPY pyproject.toml /_lock/

0 commit comments

Comments
 (0)