Opened 3 years ago
Closed 3 years ago
#33581 closed Cleanup/optimization (invalid)
Check python version for backports.zoneinfo requirements
Reported by: | Marco Casagrande | Owned by: | nobody |
---|---|---|---|
Component: | Packaging | Version: | 4.0 |
Severity: | Normal | Keywords: | backports.zoneinfo buildout |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In Django 4.0 backports.zoneinfo package still in requirements without check python version, so if I install django from the build the package is still downloaded even if I use python 3.10 and the buildout crashes because python 3.10 is not supported by backports.zoneinfo
Note:
See TracTickets
for help on using tickets.