From d5c34ca634f46a2535dac7ab55543da01b5232a0 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Mon, 20 Jul 2026 10:45:45 +0200 Subject: [PATCH] Update documented tested database versions for Airflow 3.3 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. --- airflow-core/docs/installation/prerequisites.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow-core/docs/installation/prerequisites.rst b/airflow-core/docs/installation/prerequisites.rst index 7fdc7f8beba5f..b92ae330e6789 100644 --- a/airflow-core/docs/installation/prerequisites.rst +++ b/airflow-core/docs/installation/prerequisites.rst @@ -26,8 +26,8 @@ Airflow® is tested with: * Databases: - * PostgreSQL: 13, 14, 15, 16, 17 - * MySQL: 8.0, `Innovation `_ + * PostgreSQL: 14, 15, 16, 17, 18 + * MySQL: 8.0, 8.4, `Innovation `_ * SQLite: 3.15.0+ * Kubernetes: 1.30, 1.31, 1.32, 1.33, 1.34, 1.35