This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-2-test by this push:
new 0a82c312ed9 updated versions in README.md
0a82c312ed9 is described below
commit 0a82c312ed98ec38c23301a856154212dbbda8ef
Author: vatsrahul1001 <[email protected]>
AuthorDate: Tue Mar 3 18:57:05 2026 +0530
updated versions in README.md
---
README.md | 12 ++++++------
airflow-core/docs/installation/supported-versions.rst | 2 +-
generated/PYPI_README.md | 10 +++++-----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index d4aa7b8b0d8..be9092b3466 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Airflow is not a streaming solution, but it is often used to
process real-time d
Apache Airflow is tested with:
-| | Main version (dev) | Stable version (3.1.7) |
Stable version (2.11.1) |
+| | Main version (dev) | Stable version (3.2.0) |
Stable version (2.11.1) |
|------------|------------------------------------|------------------------|------------------------------|
| Python | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12, 3.13 |
3.10, 3.11, 3.12 |
| Platform | AMD64/ARM64 | AMD64/ARM64 |
AMD64/ARM64(\*) |
@@ -171,15 +171,15 @@ them to the appropriate format and workflow that your
tool requires.
```bash
-pip install 'apache-airflow==3.1.7' \
- --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7/constraints-3.10.txt"
+pip install 'apache-airflow==3.2.0' \
+ --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.10.txt"
```
2. Installing with extras (i.e., postgres, google)
```bash
-pip install 'apache-airflow[postgres,google]==3.1.7' \
- --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7/constraints-3.10.txt"
+pip install 'apache-airflow[postgres,google]==3.2.0' \
+ --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.10.txt"
```
For information on installing provider distributions, check
@@ -293,7 +293,7 @@ Apache Airflow version life cycle:
| Version | Current Patch/Minor | State | First Release |
Limited Maintenance | EOL/Terminated |
|-----------|-----------------------|---------------------|-----------------|-----------------------|------------------|
-| 3 | 3.1.7 | Maintenance | Apr 22, 2025 |
TBD | TBD |
+| 3 | 3.2.0 | Maintenance | Apr 22, 2025 |
TBD | TBD |
| 2 | 2.11.1 | Limited maintenance | Dec 17, 2020 |
Oct 22, 2025 | Apr 22, 2026 |
| 1.10 | 1.10.15 | EOL | Aug 27, 2018 |
Dec 17, 2020 | June 17, 2021 |
| 1.9 | 1.9.0 | EOL | Jan 03, 2018 |
Aug 27, 2018 | Aug 27, 2018 |
diff --git a/airflow-core/docs/installation/supported-versions.rst
b/airflow-core/docs/installation/supported-versions.rst
index 5b87983ae8d..30030b6236e 100644
--- a/airflow-core/docs/installation/supported-versions.rst
+++ b/airflow-core/docs/installation/supported-versions.rst
@@ -29,7 +29,7 @@ Apache Airflow® version life cycle:
========= ===================== =================== ===============
===================== ================
Version Current Patch/Minor State First Release
Limited Maintenance EOL/Terminated
========= ===================== =================== ===============
===================== ================
-3 3.1.7 Maintenance Apr 22, 2025 TBD
TBD
+3 3.2.0 Maintenance Apr 22, 2025 TBD
TBD
2 2.11.1 Limited maintenance Dec 17, 2020 Oct
22, 2025 Apr 22, 2026
1.10 1.10.15 EOL Aug 27, 2018 Dec
17, 2020 June 17, 2021
1.9 1.9.0 EOL Jan 03, 2018 Aug
27, 2018 Aug 27, 2018
diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md
index 0ae684b897f..434f2c2d534 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -55,7 +55,7 @@ Use Airflow to author workflows (Dags) that orchestrate
tasks. The Airflow sched
Apache Airflow is tested with:
-| | Main version (dev) | Stable version (3.1.7) |
Stable version (2.11.1) |
+| | Main version (dev) | Stable version (3.2.0) |
Stable version (2.11.1) |
|------------|------------------------------------|------------------------|------------------------------|
| Python | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12, 3.13 |
3.10, 3.11, 3.12 |
| Platform | AMD64/ARM64 | AMD64/ARM64 |
AMD64/ARM64(\*) |
@@ -124,15 +124,15 @@ them to the appropriate format and workflow that your
tool requires.
```bash
-pip install 'apache-airflow==3.1.7' \
- --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7/constraints-3.10.txt"
+pip install 'apache-airflow==3.2.0' \
+ --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.10.txt"
```
2. Installing with extras (i.e., postgres, google)
```bash
-pip install 'apache-airflow[postgres,google]==3.1.7' \
- --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7/constraints-3.10.txt"
+pip install 'apache-airflow[postgres,google]==3.2.0' \
+ --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.10.txt"
```
For information on installing provider distributions, check