The GitHub Actions job "Tests (AMD)" on 
airflow.git/docs/python-client-rc-verification has succeeded.
Run started by GitHub user potiuk (triggered by shahar1).

Head commit for run:
627c61334b8c156a5d65210677cd0797f3d05c70 / Jarek Potiuk <[email protected]>
Fail fast when building Python client under non-default Python

prepare-python-client must run under DEFAULT_PYTHON_MAJOR_MINOR_VERSION
(3.10): the client generator re-emits trigger_dag_run_post_body.py with
ast.unparse, which uses the running interpreter's grammar, so any other
Python yields a non-reproducible client. The existing guard only ran
after full code generation (which itself can fail or emit nothing under
the wrong Python), so the command never failed cleanly.

Hoist the check to the start of the command so it exits immediately with
actionable guidance, and document that the command now refuses to run
under any other Python.

Report URL: https://github.com/apache/airflow/actions/runs/26826961627

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to