Files
superset2/.github/workflows
Evan 9c273b6d52 fix(ci): pin PY_VER build-arg so PR docker builds use Python 3.11+
supersetbot's "dev"/"lean" presets hardcode --build-arg PY_VER=3.10-slim-bookworm,
which lands ahead of our --extra-flags and overrides the Dockerfile's own
3.11 default. Now that requires-python is >=3.11, that stale pin makes uv
resolve apache-superset-core against Python 3.10 and fail. Append our own
PY_VER override, which wins as the last occurrence of the flag.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 00:00:43 -07:00
..