This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new afab83a7eaf [v3-1-test] Adding Airflow generic version for Breeze
installations for Airflow (#60809) (#60813)
afab83a7eaf is described below
commit afab83a7eaf84d321cf73aa291e65f0a5221b9b5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 21 21:26:18 2026 +0100
[v3-1-test] Adding Airflow generic version for Breeze installations for
Airflow (#60809) (#60813)
(cherry picked from commit ad8ce129d08d4587c26dab12c9aa5e78e89d445f)
Co-authored-by: Srabasti Banerjee <[email protected]>
---
dev/README_RELEASE_PROVIDERS.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md
index 3ed579fd4d9..564b2cb8b71 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -1135,6 +1135,8 @@ pip install
apache-airflow-providers-<provider>==<VERSION>rc<X>
### Installing with Breeze
+You can use any Airflow 3.X.Y version, like 3.2.0, to install specific version
for testing, using breeze.
+
```shell
breeze start-airflow --use-airflow-version 3.1.3 --python 3.10 --backend
postgres \
--load-example-dags --load-default-connections