danihodovic / django-allauth-ui

Nice looking templates for django-allauth
https://django-allauth-ui.hodovi.ch
MIT License
251 stars 28 forks source link

python 3.6 #19

Closed Heiner92 closed 1 year ago

Heiner92 commented 2 years ago

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...

danihodovic commented 2 years ago

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?

Heiner92 commented 2 years ago

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 :)

danihodovic commented 2 years ago

Should be fixed in 0.0.23

image

Heiner92 commented 2 years ago

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

danihodovic commented 2 years ago

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.

Heiner92 commented 2 years ago

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 👍

danihodovic commented 2 years ago

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

https://endoflife.date/python