Opened 3 years ago
Closed 3 years ago
#33581 closed Cleanup/optimization (invalid)
Check python version for backports.zoneinfo requirements
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.