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

Officially Support Django 5.0 #92

Open
vrocha opened this issue Jan 5, 2025 · 0 comments
Open

Officially Support Django 5.0 #92

vrocha opened this issue Jan 5, 2025 · 0 comments

Comments

@vrocha
Copy link
Collaborator

vrocha commented Jan 5, 2025

Currently, django-password-reset supports Django 3.0+ and Python 3+. To ensure compatibility with Django 5.0, we need to update the project configuration and documentation.

Tasks:

Update tox.ini to add Django 5.0 to the test matrix. Include a new test environment [testenv:py{39,310}-django50] with dependencies Django>=5.0,<6.0, pytest, and pytest-django.

Run tests using tox to ensure compatibility with Django 5.0. Use the command tox -e py39-django50,py310-django50.

Update documentation (e.g., README) to include Django 5.0 as a supported version. Update the compatibility section to say: "Compatibility: Django 3.2, 4.2, and 5.0."

Update setup.py to reflect compatibility with Django 5.0 in the classifiers. Add Framework :: Django :: 5.0 and ensure other versions are listed accurately.

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

No branches or pull requests

1 participant