Skip to content

Commit a941a24

Browse files
authored
Add mariadb 10.6 (#17483)
1 parent 778c09a commit a941a24

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mysql/hatch.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ replication = ["group"]
2929
python = ["3.11"]
3030
flavor = ["mariadb"]
3131
version = [
32-
"10.2", # EOL 23 May 2022
33-
"10.5", # EOL 24 June 2025
34-
"10.8",
35-
"10.9",
36-
"10.11",
32+
"10.2", # EOL 23 May 2022 (ended)
33+
"10.5", # EOL 24 June 2025 (LTS version)
34+
"10.6", # EOL 06 July 2026 (LTS version)
35+
"10.8", # EOL 20 May 2023 (ended)
36+
"10.9", # EOL 22 Aug 2023 (ended)
37+
"10.11", # EOL 16 Feb 2028 (LTS version)
3738
]
3839

3940
[envs.default.overrides]

0 commit comments

Comments
 (0)