Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update mariadb test suite to include 11.4 LTS and remove eol versions #19799

Merged
merged 2 commits into from
Mar 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions mysql/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ replication = ["group"]
python = ["3.12"]
flavor = ["mariadb"]
version = [
"10.2", # EOL 23 May 2022 (ended)
"10.5", # EOL 24 June 2025 (LTS version)
"10.6", # EOL 06 July 2026 (LTS version)
"10.8", # EOL 20 May 2023 (ended)
"10.9", # EOL 22 Aug 2023 (ended)
"10.11", # EOL 16 Feb 2028 (LTS version)
"11.4", # EOL 29 May 2029 (LTS version)
]

[envs.default.overrides]
Expand Down
Loading