SectorLabs/django-localized-fields

django-postgresql-extra dependency breaks python 3.5 & 3.6 compatibility

atleta opened this issue · 3 comments

django-postgresql-extra has released 2 (alpha) versions on PyPI and they require python 3.7+. If you don't need v2 of their package (which is likely the case) then please consider pinning the dependency as "<2.0" as now it breaks installations on python<3.7

The changes say "Pin django-postgres-extra dependency down to <2.0", but you have >=2.0a, <3.0 in the setup.py file.

That's for the unreleased 6.0 version.

I made another commit on the v5.x branch: dad7f16

That's the one that's actually part of the 5.4.1 release on PyPi.