potiuk opened a new pull request, #70118:
URL: https://github.com/apache/airflow/pull/70118

   The `update-tested-versions` hook (added in #70109) landed on `v3-3-test` 
and immediately caught pre-existing drift: `prerequisites.rst` still listed 
PostgreSQL 13-17 and omitted MySQL 8.4, while `global_constants.py` and 
`README.md` had already moved to PostgreSQL 14-18 and MySQL 8.0/8.4.
   
   Users reading the prerequisites were told Airflow is tested against a 
Postgres version it no longer covers, and not told about one it does.
   
   This fixes both failing jobs on [run 
29706531222](https://github.com/apache/airflow/actions/runs/29706531222) — 
`Basic tests / Scripts tests` (`test_prerequisites_in_sync`) and `CI image 
checks / Static checks` — which were the same tripwire seen from two angles. 
The diff is exactly what `prek run update-tested-versions --all-files` 
generates.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 4.8)
   
   Generated-by: Claude Code (Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
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]

Reply via email to