Opened 2 months ago

Last modified 2 months 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, 2 months ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 2 months ago

Triage Stage: AcceptedSomeday/Maybe

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

In 5e2bbebe:

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

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