#33581: Check python version for backports.zoneinfo requirements
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
mcasagrande18 |
Type: | Status: new
Cleanup/optimization |
Component: Packaging | Version: 4.0
Severity: Normal | Keywords: backports.zoneinfo
Triage Stage: | buildout
Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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
--
Ticket URL: <https://code.djangoproject.com/ticket/33581>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.