DjVinnii commented on code in PR #35763: URL: https://github.com/apache/airflow/pull/35763#discussion_r1401956025
########## README.md: ########## @@ -90,13 +90,13 @@ 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.3) | +| | Main version (dev) | Stable version (2.8.0) | |-------------|------------------------|------------------------------| | Python | 3.8, 3.9, 3.10, 3.11 | 3.8, 3.9, 3.10, 3.11 | | Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) | -| Kubernetes | 1.25, 1.26, 1.27, 1.28 | 1.24, 1.25, 1.26, 1.27, 1.28 | -| PostgreSQL | 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15 | -| MySQL | 8.0, Innovation | 5.7, 8.0 | +| Kubernetes | 1.25, 1.26, 1.27, 1.28 | 1.25, 1.26, 1.27, 1.28 | +| PostgreSQL | 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | Review Comment: Is PostgreSQL 11 still supported in 2.8? It is EOL since the 9th of November and #35785 also removed it from the docs. -- 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]
