ferruzzi commented on code in PR #39488: URL: https://github.com/apache/airflow/pull/39488#discussion_r1594787607
########## dev/breeze/src/airflow_breeze/global_constants.py: ########## @@ -110,9 +110,9 @@ # the first LTS release should be in summer/fall 2024. # - Innovations: Shot living releases with short support cycle - only until next Innovation/LTS release. # See: https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions/ -MYSQL_LTS_RELEASES: list[str] = [] +MYSQL_LTS_RELEASES: list[str] = ["8.4"] MYSQL_OLD_RELEASES = ["8.0"] -MYSQL_INNOVATION_RELEASE = "8.3" +MYSQL_INNOVATION_RELEASE: str | None = None Review Comment: Does this mean we no longer support 8.3 at all, in favor of the 8.4 LTS? -- 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]
