Srabasti commented on code in PR #60809: URL: https://github.com/apache/airflow/pull/60809#discussion_r2707116814
########## dev/README_RELEASE_PROVIDERS.md: ########## @@ -1015,8 +1015,10 @@ 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 \ +breeze start-airflow --use-airflow-version 3.X.Y --python 3.10 --backend postgres \ Review Comment: Thanks for your review @shahar1 ! Makes sense - reverted the changes to ensure example is runnable with note on top. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
