Skip to content

Commit 0a82c31

Browse files
committed
updated versions in README.md
1 parent 21f5a37 commit 0a82c31

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Airflow is not a streaming solution, but it is often used to process real-time d
9898

9999
Apache 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

178178
2. 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

185185
For 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 |

airflow-core/docs/installation/supported-versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Apache Airflow® version life cycle:
2929
========= ===================== =================== =============== ===================== ================
3030
Version Current Patch/Minor State First Release Limited Maintenance EOL/Terminated
3131
========= ===================== =================== =============== ===================== ================
32-
3 3.1.7 Maintenance Apr 22, 2025 TBD TBD
32+
3 3.2.0 Maintenance Apr 22, 2025 TBD TBD
3333
2 2.11.1 Limited maintenance Dec 17, 2020 Oct 22, 2025 Apr 22, 2026
3434
1.10 1.10.15 EOL Aug 27, 2018 Dec 17, 2020 June 17, 2021
3535
1.9 1.9.0 EOL Jan 03, 2018 Aug 27, 2018 Aug 27, 2018

generated/PYPI_README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Use Airflow to author workflows (Dags) that orchestrate tasks. The Airflow sched
5555

5656
Apache Airflow is tested with:
5757

58-
| | Main version (dev) | Stable version (3.1.7) | Stable version (2.11.1) |
58+
| | Main version (dev) | Stable version (3.2.0) | Stable version (2.11.1) |
5959
|------------|------------------------------------|------------------------|------------------------------|
6060
| Python | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12 |
6161
| Platform | AMD64/ARM64 | AMD64/ARM64 | AMD64/ARM64(\*) |
@@ -124,15 +124,15 @@ them to the appropriate format and workflow that your tool requires.
124124

125125

126126
```bash
127-
pip install 'apache-airflow==3.1.7' \
128-
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7/constraints-3.10.txt"
127+
pip install 'apache-airflow==3.2.0' \
128+
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.10.txt"
129129
```
130130

131131
2. Installing with extras (i.e., postgres, google)
132132

133133
```bash
134-
pip install 'apache-airflow[postgres,google]==3.1.7' \
135-
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7/constraints-3.10.txt"
134+
pip install 'apache-airflow[postgres,google]==3.2.0' \
135+
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.10.txt"
136136
```
137137

138138
For information on installing provider distributions, check

0 commit comments

Comments
 (0)