@@ -98,14 +98,14 @@ Airflow is not a streaming solution, but it is often used to process real-time d
9898
9999Apache Airflow is tested with:
100100
101- | | Main version (dev) | Stable version (3.1.8) | Stable version (2.11.2) |
102- | ------------| ------------------------------------| ------------------------| ------------------------------|
103- | Python | 3.10, 3.11, 3.12, 3.13, 3.14 | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12 |
104- | Platform | AMD64/ARM64 | AMD64/ARM64 | AMD64/ARM64(\* ) |
105- | Kubernetes | 1.30, 1.31, 1.32, 1.33, 1.34, 1.35 | 1.30, 1.31, 1.32, 1.33 | 1.26, 1.27, 1.28, 1.29, 1.30 |
106- | PostgreSQL | 14, 15, 16, 17, 18 | 13, 14, 15, 16, 17 | 12, 13, 14, 15, 16 |
107- | MySQL | 8.0, 8.4, Innovation | 8.0, 8.4, Innovation | 8.0, Innovation |
108- | SQLite | 3.15.0+ | 3.15.0+ | 3.15.0+ |
101+ | | Main version (dev) | Stable version (3.2.0) | Stable version (2.11.2) |
102+ | ------------| ------------------------------------| ------------------------------------- | ------------------------------|
103+ | Python | 3.10, 3.11, 3.12, 3.13, 3.14 | 3.10, 3.11, 3.12, 3.13, 3.14 | 3.10, 3.11, 3.12 |
104+ | Platform | AMD64/ARM64 | AMD64/ARM64 | AMD64/ARM64(\* ) |
105+ | Kubernetes | 1.30, 1.31, 1.32, 1.33, 1.34, 1.35 | 1.30, 1.31, 1.32, 1.33, 1.34, 1.35 | 1.26, 1.27, 1.28, 1.29, 1.30 |
106+ | PostgreSQL | 14, 15, 16, 17, 18 | 14, 15, 16, 17, 18 | 12, 13, 14, 15, 16 |
107+ | MySQL | 8.0, 8.4, Innovation | 8.0, 8.4, Innovation | 8.0, Innovation |
108+ | SQLite | 3.15.0+ | 3.15.0+ | 3.15.0+ |
109109
110110\* Experimental
111111
@@ -171,15 +171,15 @@ them to the appropriate format and workflow that your tool requires.
171171
172172
173173``` bash
174- pip install ' apache-airflow==3.1.8 ' \
175- --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-3.1.8 /constraints-3.10.txt"
174+ pip install ' apache-airflow==3.2.0 ' \
175+ --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0 /constraints-3.10.txt"
176176```
177177
1781782 . Installing with extras (i.e., postgres, google)
179179
180180``` bash
181- pip install ' apache-airflow[postgres,google]==3.1.8 ' \
182- --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-3.1.8 /constraints-3.10.txt"
181+ pip install ' apache-airflow[postgres,google]==3.2.0 ' \
182+ --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0 /constraints-3.10.txt"
183183```
184184
185185For information on installing provider distributions, check
@@ -293,7 +293,7 @@ Apache Airflow version life cycle:
293293
294294| Version | Current Patch/Minor | State | First Release | Limited Maintenance | EOL/Terminated |
295295| -----------| -----------------------| ---------------------| -----------------| -----------------------| ------------------|
296- | 3 | 3.1.8 | Maintenance | Apr 22, 2025 | TBD | TBD |
296+ | 3 | 3.2.0 | Maintenance | Apr 22, 2025 | TBD | TBD |
297297| 2 | 2.11.2 | Limited maintenance | Dec 17, 2020 | Oct 22, 2025 | Apr 22, 2026 |
298298| 1.10 | 1.10.15 | EOL | Aug 27, 2018 | Dec 17, 2020 | June 17, 2021 |
299299| 1.9 | 1.9.0 | EOL | Jan 03, 2018 | Aug 27, 2018 | Aug 27, 2018 |
0 commit comments