@@ -98,7 +98,7 @@ 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.7 ) | Stable version (2.11.1) |
101+ | | Main version (dev) | Stable version (3.2.0 ) | Stable version (2.11.1) |
102102| ------------| ------------------------------------| ------------------------| ------------------------------|
103103| Python | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12 |
104104| Platform | AMD64/ARM64 | AMD64/ARM64 | AMD64/ARM64(\* ) |
@@ -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.7 ' \
175- --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7 /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.7 ' \
182- --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7 /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.7 | Maintenance | Apr 22, 2025 | TBD | TBD |
296+ | 3 | 3.2.0 | Maintenance | Apr 22, 2025 | TBD | TBD |
297297| 2 | 2.11.1 | 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