This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a08cdaea4a Bring back 3.7 to stable version support (#31592)
a08cdaea4a is described below

commit a08cdaea4a8ab57cf0dc61b20a826ca22589530c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon May 29 13:12:26 2023 +0200

    Bring back 3.7 to stable version support (#31592)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c206d410dd..f7f7fe6364 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ Apache Airflow is tested with:
 
 |             | Main version (dev)           | Stable version (2.6.1)  |
 |-------------|------------------------------|-------------------------|
-| Python      | 3.8, 3.9, 3.10, 3.11         | 3.8, 3.9, 3.10          |
+| Python      | 3.8, 3.9, 3.10, 3.11         | 3.7, 3.8, 3.9, 3.10     |
 | Platform    | AMD64/ARM64(\*)              | AMD64/ARM64(\*)         |
 | Kubernetes  | 1.23, 1.24, 1.25, 1.26, 1.27 | 1.23, 1.24, 1.25, 1.26  |
 | PostgreSQL  | 11, 12, 13, 14, 15           | 11, 12, 13, 14, 15      |

Reply via email to