django-allauth-ui icon indicating copy to clipboard operation
django-allauth-ui copied to clipboard

python 3.6

Open Heiner92 opened this issue 3 years ago • 7 comments

Any chance this will work with python 3.6 as well? I can not install it because on pipy python 3.8 or higher is required and I am currently running 3.6 for my django-project...

Heiner92 avatar Jul 03 '22 12:07 Heiner92

Considering the code is mostly HTTP I'm sure we can support 3.6 as well. I think I'll have to make modifications to pyproject.toml and republish the package.

https://github.com/danihodovic/django-allauth-ui/blob/master/pyproject.toml#L13

Out of curiosity, what kind of project are you working on?

danihodovic avatar Jul 03 '22 15:07 danihodovic

Thx! I tested it by manually copying from py3.9 to my py3.6 and there are no issues. Would be nice if you could change dependencies in the pyproject.toml :)

Heiner92 avatar Jul 03 '22 15:07 Heiner92

Should be fixed in 0.0.23

image

danihodovic avatar Jul 05 '22 16:07 danihodovic

grafik

Unfortunately newer versions of django-widget-tweaks cant be installed as well... Latest version for py3.6 is 1.4.11

grafik

Would be nice if you could change this requirement as well

Heiner92 avatar Jul 05 '22 16:07 Heiner92

Setting it to 1.4.11 creates poetry dependency hell. I think the lowest we can go is 3.6.2 as a bunch of dev dependencies require at least 3.6.2.

danihodovic avatar Jul 05 '22 16:07 danihodovic

hmmm okay I guess then there is nothing else left for me than upgrading python or manually copying it into site-packages... Thank you nonetheless for trying 👍

Heiner92 avatar Jul 05 '22 17:07 Heiner92

EOL for 3.6 was 6 months ago, so it's a good idea to upgrade.

https://endoflife.date/python

danihodovic avatar Jul 05 '22 17:07 danihodovic