@@ -675,7 +675,7 @@ Optionally it can be followed with constraints
675675
676676` ` ` shell script
677677pip install apache-airflow==< VERSION> rc< X> \
678- --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-<VERSION>/constraints-3.9 .txt" `
678+ --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-<VERSION>/constraints-3.10 .txt" `
679679` ` `
680680
681681Note that the constraints contain python version that you are installing it with.
@@ -687,15 +687,15 @@ There is also an easy way of installation with Breeze if you have the latest sou
687687Running the following command will use tmux inside breeze, create ` admin` user and run Webserver & Scheduler:
688688
689689` ` ` shell script
690- breeze start-airflow --use-airflow-version 2.7.0rc1 --python 3.9 --backend postgres
690+ breeze start-airflow --use-airflow-version 2.7.0rc1 --python 3.10 --backend postgres
691691` ` `
692692
693693You can also choose different executors and extras to install when you are installing airflow this way. For
694694example in order to run Airflow with CeleryExecutor and install celery, google and amazon provider (as of
695695Airflow 2.7.0, you need to have celery provider installed to run Airflow with CeleryExecutor) you can run:
696696
697697` ` ` shell script
698- breeze start-airflow --use-airflow-version 2.7.0rc1 --python 3.9 --backend postgres \
698+ breeze start-airflow --use-airflow-version 2.7.0rc1 --python 3.10 --backend postgres \
699699 --executor CeleryExecutor --airflow-extras " celery,google,amazon"
700700` ` `
701701
@@ -831,7 +831,7 @@ the older branches, you should set the "skip" field to true.
831831## Verify production images
832832
833833```shell script
834- for PYTHON in 3.9 3. 10 3.11 3.12
834+ for PYTHON in 3.10 3.11 3.12
835835do
836836 docker pull apache/airflow:${VERSION}-python${PYTHON}
837837 breeze prod-image verify --image-name apache/airflow:${VERSION}-python${PYTHON}
0 commit comments