This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 29270789031 Fix the prerequisites release 3.2 (#69119)
29270789031 is described below
commit 292707890318137130abc50e7b2fb33afbb74552
Author: raphaelauv <[email protected]>
AuthorDate: Tue Jun 30 06:17:03 2026 +0200
Fix the prerequisites release 3.2 (#69119)
---
airflow-core/docs/howto/set-up-database.rst | 2 +-
airflow-core/docs/installation/prerequisites.rst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/airflow-core/docs/howto/set-up-database.rst
b/airflow-core/docs/howto/set-up-database.rst
index 714fe252fc0..955156c262f 100644
--- a/airflow-core/docs/howto/set-up-database.rst
+++ b/airflow-core/docs/howto/set-up-database.rst
@@ -32,7 +32,7 @@ By default, Airflow uses **SQLite**, which is intended for
development purposes
Airflow supports the following database engine versions, so make sure which
version you have. Old versions may not support all SQL statements.
-* PostgreSQL: 13, 14, 15, 16, 17
+* 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+
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