github-actions[bot] opened a new pull request, #70109: URL: https://github.com/apache/airflow/pull/70109
The Python, database and Kubernetes versions Airflow is tested with live in global_constants.py, but are also listed by hand in the installation prerequisites doc and the README. Those lists drifted: PostgreSQL 18 (and MySQL 8.4) were added to the test matrix and the README, but the prerequisites doc was forgotten, so it still advertised PostgreSQL up to 17. Add a prek hook that regenerates the tested-versions block in prerequisites.rst and the "Main version (dev)" column of the README from global_constants.py, so this drift becomes an auto-fixable check failure instead of a silent doc bug. Also correct the stale PostgreSQL and MySQL versions in prerequisites.rst. (cherry picked from commit 4dc4ebff93f7a1d60d1c5aa482007e6befca4233) Co-authored-by: Jarek Potiuk <[email protected]> Generated-by: Claude Code (Opus 4.8) following the guidelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
