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

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


The following commit(s) were added to refs/heads/v3-3-stable by this push:
     new 12982608813 fix prerequisites for airflow 3.3 release (#69910)
12982608813 is described below

commit 12982608813e8ecb89072e4189451bd1c02c5291
Author: raphaelauv <[email protected]>
AuthorDate: Sun Jul 19 23:58:31 2026 +0200

    fix prerequisites for airflow 3.3 release (#69910)
    
    Co-authored-by: raphaelauv <[email protected]>
---
 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 359450d3eeb..190dd397555 100644
--- a/airflow-core/docs/installation/prerequisites.rst
+++ b/airflow-core/docs/installation/prerequisites.rst
@@ -24,8 +24,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