This is an automated email from the ASF dual-hosted git repository.
shahar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new ad8ce129d08 Adding Airflow generic version for Breeze installations
for Airflow (#60809)
ad8ce129d08 is described below
commit ad8ce129d08d4587c26dab12c9aa5e78e89d445f
Author: Srabasti Banerjee <[email protected]>
AuthorDate: Tue Jan 20 00:29:44 2026 -0800
Adding Airflow generic version for Breeze installations for Airflow (#60809)
---
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 61a7435777b..b6ed381522c 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -1015,6 +1015,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