raphaelauv commented on code in PR #35213: URL: https://github.com/apache/airflow/pull/35213#discussion_r1375987594
########## README.md: ########## @@ -89,15 +89,15 @@ Airflow is not a streaming solution, but it is often used to process real-time d Apache Airflow is tested with: -| | Main version (dev) | Stable version (2.7.1) | -|-------------|------------------------------|------------------------| -| Python | 3.8, 3.9, 3.10, 3.11 | 3.8, 3.9, 3.10, 3.11 | -| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) | -| Kubernetes | 1.24, 1.25, 1.26, 1.27, 1.28 | 1.24, 1.25, 1.26, 1.27 | -| PostgreSQL | 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15 | -| MySQL | 8.0, 8.1 | 5.7, 8.0 | -| SQLite | 3.15.0+ | 3.15.0+ | -| MSSQL | 2017(\*\*), 2019(\*\*) | 2017(\*\*), 2019(\*\*) | +| | Main version (dev) | Stable version (2.7.2) | +|-------------|------------------------------|------------------------------| +| Python | 3.8, 3.9, 3.10, 3.11 | 3.8, 3.9, 3.10, 3.11 | +| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) | +| Kubernetes | 1.24, 1.25, 1.26, 1.27, 1.28 | 1.24, 1.25, 1.26, 1.27, 1.28 | Review Comment: ``` We drop support for those EOL versions in main right after EOL date, and it is effectively removed when we release the first new MINOR (Or MAJOR if there is no new MINOR version) ``` we already drop in the past K8S version in airflow minors -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
