Closed stefankoegl closed 11 years ago
The lib support Python3 since it started to depend on python-social-auth.
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.
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
OK, understood. I've reported the first Python 3 related issue as #776.
It seems that django-social-auth currently doesn't support Python 3 which might block projects from switching to Python 3.