Skip to content

Drop support for Django 5.0 (EOL) #477

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

Merged
merged 1 commit into from
Jun 25, 2025

Conversation

ulgens
Copy link
Member

@ulgens ulgens commented Jun 25, 2025

Support for Django 5.0 ended by April 2025

https://upgradedjango.com/5.0/

Depends on:

@ulgens ulgens marked this pull request as draft June 25, 2025 08:48
@ulgens ulgens force-pushed the drop-django5.0 branch 3 times, most recently from 034c3c9 to f021348 Compare June 25, 2025 17:15
@ulgens ulgens marked this pull request as ready for review June 25, 2025 17:18
Copy link
Member

@asherf asherf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The install_requires field in setup.py needs to be updated

@asherf asherf requested a review from Copilot June 25, 2025 18:48
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request drops support for Django 5.0 in preparation for its end-of-life, ensuring that tests and metadata reflect the new supported versions.

  • Removed the Django 5.0 test environment and dependency from tox.ini
  • Removed the Django 5.0 Trove classifier from setup.py
  • Updated the CHANGELOG to document the removal

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
tox.ini Removed Django 5.0 test configuration and dependency entries
setup.py Dropped Django 5.0 Trove classifier from project metadata
CHANGELOG.md Added changelog entry noting the drop of Django 5.0 support
Comments suppressed due to low confidence (4)

tox.ini:5

  • The removal of the Django5.0 test environment is appropriate; please verify that any remaining references to Django 5.0 in your test configurations are also removed.
    {py310,py311,py312,py313}-django{510,520}-{end2end,unittests}

tox.ini:18

  • The dependency configuration for Django 5.0 has been removed correctly; ensure that this change does not inadvertently impact the compatibility matrix.
    django420: Django>=4.2,<4.3

setup.py:62

  • Removing the Django 5.0 Trove classifier is consistent with dropping support; confirm that all project metadata and versioning details reflect this change.
        "Framework :: Django :: 4.2",

CHANGELOG.md:5

  • [nitpick] Ensure that the changelog entry offers sufficient context for users about the removal of Django 5.0 support and any necessary migration steps.
* Drop support for Django 5.0 (EOL)

@ulgens ulgens requested a review from asherf June 25, 2025 19:16
@asherf asherf merged commit d3796a9 into django-commons:master Jun 25, 2025
5 checks passed
@ulgens ulgens deleted the drop-django5.0 branch June 26, 2025 00:25
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

Successfully merging this pull request may close these issues.

2 participants