Skip to content

Commit c830a07

Browse files
committed
Fix supported Python versions in README (#56734)
3.9 was dropped and 3.13 support was included. (cherry picked from commit c47b1ae)
1 parent 235b7dd commit c830a07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Apache Airflow is tested with:
101101

102102
| | Main version (dev) | Stable version (3.0.6) |
103103
|------------|------------------------|------------------------|
104-
| Python | 3.10, 3.11, 3.12, 3.13 | 3.9, 3.10, 3.11, 3.12 |
104+
| Python | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12, 3.13 |
105105
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
106106
| Kubernetes | 1.30, 1.31, 1.32, 1.33 | 1.30, 1.31, 1.32, 1.33 |
107107
| PostgreSQL | 13, 14, 15, 16, 17 | 13, 14, 15, 16, 17 |

generated/PYPI_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Apache Airflow is tested with:
5858

5959
| | Main version (dev) | Stable version (3.0.6) |
6060
|------------|------------------------|------------------------|
61-
| Python | 3.10, 3.11, 3.12, 3.13 | 3.9, 3.10, 3.11, 3.12 |
61+
| Python | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12, 3.13 |
6262
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
6363
| Kubernetes | 1.30, 1.31, 1.32, 1.33 | 1.30, 1.31, 1.32, 1.33 |
6464
| PostgreSQL | 13, 14, 15, 16, 17 | 13, 14, 15, 16, 17 |

0 commit comments

Comments
 (0)