Skip to content

Commit

Permalink
Support Python 3.5 and Django 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkingo committed May 5, 2016
1 parent 79c106b commit 6191573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ It is licensed under the [BSD license](https://github.com/sjkingo/django_auth_ld

It is known to work with:

* Python 2.7+, 3.3+, 3.4+
* Django 1.6.10, 1.7+, 1.8+
* Python 2.7, 3.3-3.5
* Django 1.6.10, 1.7-1.9

Note at some point in the future, support for Python 2.7/3.3 and Django 1.6/1.7 will be dropped (see [issue #15](https://github.com/sjkingo/django_auth_ldap3/issues/15)).

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP',
Expand Down

0 comments on commit 6191573

Please sign in to comment.