diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b44ea5c..df8e4143 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,13 +31,6 @@ jobs: tox-environment: django32 - python-version: '3.10' tox-environment: django32 - # Django 4.0 - - python-version: 3.8 - tox-environment: django40 - - python-version: 3.9 - tox-environment: django40 - - python-version: '3.10' - tox-environment: django40 # Django main - python-version: '3.10' tox-environment: djangomain diff --git a/setup.cfg b/setup.cfg index 56942c98..68aa559d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,8 +12,8 @@ classifiers = Environment :: Web Environment Framework :: Django Framework :: Django :: 3.2 - Framework :: Django :: 4.0 Framework :: Django :: 4.1 + Framework :: Django :: 4.2 Intended Audience :: Developers Intended Audience :: System Administrators License :: OSI Approved :: BSD License @@ -32,6 +32,7 @@ project_urls = Documentation = https://django-auth-ldap.readthedocs.io/ Source = https://github.com/django-auth-ldap/django-auth-ldap Tracker = https://github.com/django-auth-ldap/django-auth-ldap/issues + Changelog = https://github.com/django-auth-ldap/django-auth-ldap/releases/ [options] python_requires = >=3.7 diff --git a/tox.ini b/tox.ini index 74b8bef4..d24e399a 100644 --- a/tox.ini +++ b/tox.ini @@ -14,8 +14,8 @@ isolated_build = true commands = {envpython} -Wa -b -m django test --settings tests.settings deps = django32: Django>=3.2,<4.0 - django40: Django>=4.0,<4.1 django41: Django>=4.1,<4.2 + django42: Django>=4.2,<4.3 djangomain: https://github.com/django/django/archive/main.tar.gz [testenv:black] pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy