Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,12 @@ jobs:
- 3.9
- '3.10'
tox-environment:
- django22
- django32
- django40
- djangomain
include:
- python-version: 3.7
tox-environment: django22
- python-version: 3.7
tox-environment: django32
- python-version: 3.9
tox-environment: djangomain
- python-version: '3.10'
tox-environment: djangomain

env:
TOXENV: ${{ matrix.tox-environment }}
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ groups, and permissions.
* Repository: https://github.com/django-auth-ldap/django-auth-ldap
* License: BSD 2-Clause

This version is supported on Python 3.7+; and Django 2.2+. It requires
`python-ldap`_ >= 3.1.

.. _`python-ldap`: https://pypi.org/project/python-ldap/


Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Intended Audience :: Developers
Expand All @@ -36,7 +35,7 @@ project_urls =
python_requires = >=3.7
packages = django_auth_ldap
install_requires =
Django>=2.2
Django>=3.2
python-ldap>=3.1

[flake8]
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
flake8
isort
docs
django22
django32
django40
djangomain
Expand All @@ -13,7 +12,6 @@ isolated_build = true
[testenv]
commands = {envpython} -Wa -b -m django test --settings tests.settings
deps =
django22: Django~=2.2.0
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
djangomain: https://github.com/django/django/archive/main.tar.gz
Expand Down