Opened 4 weeks ago

Last modified 3 weeks ago

#36664 assigned New feature

Python 3.15 compatibility.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Python 3.15 final is scheduled for October 2026 (see ​​PEP 790). This is a tracking ticket for compatibility fixes for Django submitted in the meantime.

Django 6.1 will be the first version to support Python 3.15, because Django 6.0 will end the mainstream support in August 2026.

Change History (3)

comment:1 by Jacob Walls, 4 weeks ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 3 weeks ago

Triage Stage: AcceptedSomeday/Maybe

comment:3 by GitHub <noreply@…>, 3 weeks ago

In 5e2bbebe:

Refs #36664 -- Added Python 3.15 to daily builds.

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