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

kaxilnaik 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 c47b1ae38d6 Fix supported Python versions in README (#56734)
c47b1ae38d6 is described below

commit c47b1ae38d67df0e52e1393e72a1c06686e63ff8
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Oct 16 18:01:27 2025 +0100

    Fix supported Python versions in README (#56734)
    
    3.9 was dropped and 3.13 support was included.
---
 README.md                | 2 +-
 generated/PYPI_README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f6ef27b7815..a9b2336b512 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ Apache Airflow is tested with:
 
 |            | Main version (dev)           | Stable version (3.1.0) |
 |------------|------------------------------|------------------------|
-| Python     | 3.10, 3.11, 3.12, 3.13       | 3.9, 3.10, 3.11, 3.12  |
+| Python     | 3.10, 3.11, 3.12, 3.13       | 3.10, 3.11, 3.12, 3.13 |
 | Platform   | AMD64/ARM64(\*)              | AMD64/ARM64(\*)        |
 | Kubernetes | 1.30, 1.31, 1.32, 1.33, 1.34 | 1.30, 1.31, 1.32, 1.33 |
 | PostgreSQL | 13, 14, 15, 16, 17           | 13, 14, 15, 16, 17     |
diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md
index 804224af5f5..4754b7740bb 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -58,7 +58,7 @@ Apache Airflow is tested with:
 
 |            | Main version (dev)           | Stable version (3.1.0) |
 |------------|------------------------------|------------------------|
-| Python     | 3.10, 3.11, 3.12, 3.13       | 3.9, 3.10, 3.11, 3.12  |
+| Python     | 3.10, 3.11, 3.12, 3.13       | 3.10, 3.11, 3.12, 3.13 |
 | Platform   | AMD64/ARM64(\*)              | AMD64/ARM64(\*)        |
 | Kubernetes | 1.30, 1.31, 1.32, 1.33, 1.34 | 1.30, 1.31, 1.32, 1.33 |
 | PostgreSQL | 13, 14, 15, 16, 17           | 13, 14, 15, 16, 17     |

Reply via email to