This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-3-test by this push:
     new 2a58b2e02c9 Update documented tested database versions for Airflow 3.3 
(#70118)
2a58b2e02c9 is described below

commit 2a58b2e02c94394db7f3608cee23e378b3fa9def
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 20 10:47:31 2026 +0200

    Update documented tested database versions for Airflow 3.3 (#70118)
    
    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 7fdc7f8beba..b92ae330e67 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 
<https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions>`_
+  * PostgreSQL: 14, 15, 16, 17, 18
+  * MySQL: 8.0, 8.4, `Innovation 
<https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions>`_
   * SQLite: 3.15.0+
 
 * Kubernetes: 1.30, 1.31, 1.32, 1.33, 1.34, 1.35

Reply via email to