omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 756 forks source link

Python 3 support #775

Closed stefankoegl closed 11 years ago

stefankoegl commented 11 years ago

It seems that django-social-auth currently doesn't support Python 3 which might block projects from switching to Python 3.

omab commented 11 years ago

The lib support Python3 since it started to depend on python-social-auth.

stefankoegl commented 11 years ago

Installing django-social-auth via pip doesn't work for me in Python 3, as can be seen in https://gist.github.com/stefankoegl/6858104

Also https://pypi.python.org/pypi/django-social-auth only lists Python 2.5 - 2.7 as supported.

omab commented 11 years ago

v0.8.0 (which carries that change) is not released into pypi yet (I want it to be well tested before breaking everybody setup by a simple pip update). You can install it with pip install git+git://github.com/omab/django-social-auth

stefankoegl commented 11 years ago

OK, understood. I've reported the first Python 3 related issue as #776.