@@ -99,7 +99,7 @@ Apache Airflow is tested with:
99
99
100
100
| | Main version (dev) | Stable version (2.10.2) |
101
101
| ------------| ----------------------------| ----------------------------|
102
- | Python | 3.8, 3. 9, 3.10, 3.11, 3.12 | 3.8, 3.9, 3.10, 3.11, 3.12 |
102
+ | Python | 3.9, 3.10, 3.11, 3.12 | 3.8, 3.9, 3.10, 3.11, 3.12 |
103
103
| Platform | AMD64/ARM64(\* ) | AMD64/ARM64(\* ) |
104
104
| Kubernetes | 1.28, 1.29, 1.30, 1.31 | 1.27, 1.28, 1.29, 1.30 |
105
105
| PostgreSQL | 12, 13, 14, 15, 16, 17 | 12, 13, 14, 15, 16 |
@@ -178,14 +178,14 @@ them to the appropriate format and workflow that your tool requires.
178
178
179
179
``` bash
180
180
pip install ' apache-airflow==2.10.2' \
181
- --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.10.2/constraints-3.8 .txt"
181
+ --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.10.2/constraints-3.9 .txt"
182
182
```
183
183
184
184
2 . Installing with extras (i.e., postgres, google)
185
185
186
186
``` bash
187
187
pip install ' apache-airflow[postgres,google]==2.10.2' \
188
- --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.10.2/constraints-3.8 .txt"
188
+ --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.10.2/constraints-3.9 .txt"
189
189
```
190
190
191
191
For information on installing provider packages, check
@@ -313,7 +313,7 @@ They are based on the official release schedule of Python and Kubernetes, nicely
313
313
1 . We drop support for Python and Kubernetes versions when they reach EOL. Except for Kubernetes, a
314
314
version stays supported by Airflow if two major cloud providers still provide support for it. We drop
315
315
support for those EOL versions in main right after EOL date, and it is effectively removed when we release
316
- the first new MINOR (Or MAJOR if there is no new MINOR version) of Airflow. For example, for Python 3.8 it
316
+ the first new MINOR (Or MAJOR if there is no new MINOR version) of Airflow. For example, for Python 3.9 it
317
317
means that we will drop support in main right after 27.06.2023, and the first MAJOR or MINOR version of
318
318
Airflow released after will not have it.
319
319
0 commit comments