Skip to content

Restrict Django version to <6#1560

Open
superlevure wants to merge 1 commit into
mainfrom
fix/ci
Open

Restrict Django version to <6#1560
superlevure wants to merge 1 commit into
mainfrom
fix/ci

Conversation

@superlevure

Copy link
Copy Markdown
Collaborator

Fixes the CI.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Restricts the package’s runtime dependency on Django to <6 to prevent installations from pulling in Django 6.x, aligning with currently declared support and avoiding CI/environment breakage from unsupported Django major versions.

Changes:

  • Add an upper bound to the Django dependency in install_requires (Django>=3.2,<6).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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