Skip to content

Commit c974ca5

Browse files
authored
Cleanup the dev folder for v2-11-test branch (#61607)
We do not need some of the dev scripts in v2-11-test.
1 parent 3cd78b4 commit c974ca5

File tree

5 files changed

+5
-891
lines changed

5 files changed

+5
-891
lines changed

dev/README_RELEASE_AIRFLOW.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ Optionally it can be followed with constraints
675675
676676
```shell script
677677
pip 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
681681
Note 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
687687
Running 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
693693
You can also choose different executors and extras to install when you are installing airflow this way. For
694694
example in order to run Airflow with CeleryExecutor and install celery, google and amazon provider (as of
695695
Airflow 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
835835
do
836836
docker pull apache/airflow:${VERSION}-python${PYTHON}
837837
breeze prod-image verify --image-name apache/airflow:${VERSION}-python${PYTHON}

dev/README_RELEASE_PROVIDER_PACKAGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ pip install apache-airflow-providers-<provider>==<VERSION>rc<X>
10161016
### Installing with Breeze
10171017

10181018
```shell
1019-
breeze start-airflow --use-airflow-version 2.2.4 --python 3.9 --backend postgres \
1019+
breeze start-airflow --use-airflow-version 2.2.4 --python 3.10 --backend postgres \
10201020
--load-example-dags --load-default-connections
10211021
```
10221022

dev/prepare_bulk_issues.py

Lines changed: 0 additions & 245 deletions
This file was deleted.

0 commit comments

Comments
 (0)