Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Django 1.6 and 1.7, Python 3.3 #15

Open
sjkingo opened this issue Jan 20, 2016 · 4 comments
Open

Drop support for Django 1.6 and 1.7, Python 3.3 #15

sjkingo opened this issue Jan 20, 2016 · 4 comments
Assignees
Milestone

Comments

@sjkingo
Copy link
Owner

sjkingo commented Jan 20, 2016

As of December 2015, 1.8 is the LTS and 1.6 and 1.7 are unsupported.

Is there any point continuing to officially support 1.6 and 1.7? We're not going to intentionally break things, but if there is a Django feature that is in >1.8 only, we shouldn't shy away from using it.

@sjkingo
Copy link
Owner Author

sjkingo commented Jan 21, 2016

Also Python 3.3 is unsupported upstream so we need to remove that and support 3.5 instead.

I'm not yet happy with dropping 2.7 support in case someone is using it still.

@sjkingo sjkingo changed the title Drop support for Django 1.6 and 1.7 Drop support for Django 1.6 and 1.7, Python 3.3 Jan 21, 2016
@sjkingo sjkingo self-assigned this May 13, 2016
@sjkingo
Copy link
Owner Author

sjkingo commented May 13, 2016

3.5 works out of the box

@hugovk
Copy link

hugovk commented Oct 22, 2017

Here's the pip installs for django_auth_ldap3 from PyPI for the last year -- no 3.3!

pypinfo -d 365 --percent --pip django_auth_ldap3 pyversion
python_version percent download_count
-------------- ------- --------------
2.7              58.6%          1,445
3.6              18.2%            448
3.5              15.5%            382
3.4               7.7%            191

@frennkie
Copy link

I like that this uses ldap3 and there does not require LDAP/SASL libs and so on.
But how about current Python and Django support? Is it tested on Django 1.11 and 2.0.x?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants