Skip to content

Commit 625ef35

Browse files
potiukCloud Composer Team
authored andcommitted
Fix version support information (#31468)
The Python 3.11 change updated version support for stable version. This changes updates this and also fixes a few small requirement miscommunications. GitOrigin-RevId: 511d25d0fc9b7db033ffa5a0ad2ef9ea4bdaa305
1 parent f15b928 commit 625ef35

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ Airflow is not a streaming solution, but it is often used to process real-time d
8686

8787
Apache Airflow is tested with:
8888

89-
| | Main version (dev) | Stable version (2.6.1) |
90-
|------------|------------------------------|---------------------------|
91-
| Python | 3.7, 3.8, 3.9, 3.10, 3.11 | 3.7, 3.8, 3.9, 3.10, 3.11 |
92-
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
93-
| Kubernetes | 1.23, 1.24, 1.25, 1.26, 1.27 | 1.23, 1.24, 1.25, 1.26 |
94-
| PostgreSQL | 11, 12, 13, 14, 15 | 11, 12, 13, 14, 15 |
95-
| MySQL | 5.7, 8 | 5.7, 8 |
96-
| SQLite | 3.15.0+ | 3.15.0+ |
97-
| MSSQL | 2017(\*), 2019(\*) | 2017(\*), 2019(\*) |
89+
| | Main version (dev) | Stable version (2.6.1) |
90+
|------------|------------------------------|------------------------|
91+
| Python | 3.7, 3.8, 3.9, 3.10, 3.11 | 3.7, 3.8, 3.9, 3.10 |
92+
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
93+
| Kubernetes | 1.23, 1.24, 1.25, 1.26, 1.27 | 1.23, 1.24, 1.25, 1.26 |
94+
| PostgreSQL | 11, 12, 13, 14, 15 | 11, 12, 13, 14, 15 |
95+
| MySQL | 5.7, 8 | 5.7, 8 |
96+
| SQLite | 3.15.0+ | 3.15.0+ |
97+
| MSSQL | 2017(\*), 2019(\*) | 2017(\*), 2019(\*) |
9898

9999
\* Experimental
100100

docs/apache-airflow/howto/upgrading-from-1-10/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Airflow 1.10 was the last release series to support Python 2. Airflow 2.0.0
3434
requires Python 3.6+ and has been tested with Python versions 3.6, 3.7 and 3.8.
3535
Python 3.9 support was added from Airflow 2.1.2.
3636

37-
Airflow 2.3.0 dropped support for Python 3.6. It's tested with Python 3.7, 3.8, 3.9, 3.10, 3.11.
37+
Airflow 2.3.0 dropped support for Python 3.6. It's tested with Python 3.7, 3.8, 3.9, 3.10.
3838

3939
If you have a specific task that still requires Python 2 then you can use the ``@task.virtualenv``, ``@task.docker`` or ``@task.kubernetes`` decorators for this.
4040

docs/apache-airflow/installation/prerequisites.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Prerequisites
1919
-------------
2020

21-
Starting with Airflow 2.3.0, Airflow is tested with:.
21+
Airflow is tested with:
2222

2323
* Python: 3.7, 3.8, 3.9, 3.10, 3.11
2424

@@ -29,7 +29,7 @@ Starting with Airflow 2.3.0, Airflow is tested with:.
2929
* SQLite: 3.15.0+
3030
* MSSQL(Experimental): 2017, 2019
3131

32-
* Kubernetes: 1.23, 1.24, 1.25, 1.26
32+
* Kubernetes: 1.23, 1.24, 1.25, 1.26, 1.27
3333

3434
The minimum memory required we recommend Airflow to run with is 4GB, but the actual requirements depends
3535
wildly on the deployment options you have

0 commit comments

Comments
 (0)