- Bump Python from 3.13 to 3.14 in alpine and distroless runner Dockerfiles,
task-runner-python pyproject, .python-version, README, and ci-python workflow
- Bump pip floor from 26.0 to 26.1 (alpine runtime stage); add explicit pip
upgrade in distroless python-runner-builder so site-packages copied into
the final image carries the upgraded pip
- Parameterize hardcoded python paths in distroless runtime-prep stage so
future ARG bumps no longer require search-and-replace across stages
- Regenerate uv.lock: requires-python plus minimum-needed bumps to native-ext
packages that ship cp314 wheels (aiohttp, multidict, propcache, yarl,
frozenlist, coverage); dev tooling versions held
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>