Opened 4 weeks ago

Closed 4 weeks ago

#36666 closed Cleanup/optimization (duplicate)

Drop support for MySQL 8.0

Reported by: Jacob Walls Owned by: Jacob Walls
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: mysql
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The end of support for MySQL 8.0 is 30 Apr 2026. Therefore, Django 6.1 (released in August 2026) may set MySQL 8.4 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (1)

comment:1 by Natalia Bidart, 4 weeks ago

Resolution: duplicate
Status: assignedclosed

Makes sense, thank you Jacob! This seems to be a dupe of #36624 though?

For others, like me, wondering about mysql versions in between, 8.1, 8.2, and 8.3 are already EoL. 8.4 which is an LTS ends in 6 years (30 Apr 2032).

Note: See TracTickets for help on using tickets.
Back to Top