#32074 closed New feature (fixed)
Python 3.10 compatibility
| Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Python 3.10 final is scheduled for October 2021 (see PEP 619). This is a tracking ticket for compatibility fixes for Django submitted in the meantime.
Django 3.2 will be the first version to support Python 3.10.
Change History (33)
comment:1 by , 5 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Subclassing models.Choices with ipaddress.IPv4Network/IPv6Network raises TypeError on Python3.10.0a4 (it works properly in Python3.10.0a3), see https://bugs.python.org/issue42851
comment:14 by , 4 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Someday/Maybe → Accepted |
comment:17 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:18 by , 4 years ago
From the ticket description: Django 3.2 will be the first version to support Python 3.10.
Is that still a goal?
comment:19 by , 4 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → new |
Is that still a goal?
Yes, working on this. Sorry, shouldn't closed this ticket so soon.
comment:28 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
In 1fd9b44: