Skip to content

Update documented tested database versions for Airflow 3.3#70118

Merged
potiuk merged 1 commit into
apache:v3-3-testfrom
potiuk:fix-tested-versions-v3-3
Jul 20, 2026
Merged

Update documented tested database versions for Airflow 3.3#70118
potiuk merged 1 commit into
apache:v3-3-testfrom
potiuk:fix-tested-versions-v3-3

Conversation

@potiuk

@potiuk potiuk commented Jul 20, 2026

Copy link
Copy Markdown
Member

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 29706531222Basic 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?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

The prerequisites doc still listed PostgreSQL 13-17 and omitted MySQL 8.4,
while the test matrix and the README 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.
@potiuk
potiuk merged commit 2a58b2e into apache:v3-3-test Jul 20, 2026
3 checks passed
@potiuk
potiuk deleted the fix-tested-versions-v3-3 branch July 20, 2026 08:47
@github-actions github-actions Bot added this to the Airflow 3.3.1 milestone Jul 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi maintainer, this PR was merged without a milestone set.
We've automatically set the milestone to Airflow 3.3.1 based on: merged to version branch
If this milestone is not correct, please update it to the appropriate milestone.

This comment was generated by Milestone Tag Assistant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant