Skip to content

Conversation

bckohan
Copy link
Member

@bckohan bckohan commented Sep 27, 2025

No description provided.

@Copilot Copilot AI review requested due to automatic review settings September 27, 2025 15:50
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 PR adds early support for Django 6.0 by bumping the package version to 2.2.5 and updating dependency constraints to include Django 6.x versions.

  • Version bump from 2.2.4 to 2.2.5
  • Django dependency constraint updated from <6.0 to <6.1 to include Django 6.0
  • CI/CD pipeline updated to test against Django 6.0a1 prerelease

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/django_enum/init.py Updates package version to 2.2.5
pyproject.toml Updates Django dependency constraint and adds Django 6.0 classifier
doc/source/changelog.rst Adds changelog entry for v2.2.5 with Django 6.0 support
.github/workflows/test.yml Adds Django 6.0a1 to test matrix and improves CI configuration
.github/workflows/lint.yml Restricts workflow triggers to main branch only

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

codecov bot commented Sep 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/django_enum/__init__.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bckohan bckohan merged commit 2047c86 into main Sep 27, 2025
107 of 108 checks passed
@bckohan bckohan deleted the dj6 branch September 27, 2025 18:58
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.

1 participant