Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dev/README_RELEASE_PROVIDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down