Skip to content

Conversation

@codingjoe
Copy link
Owner

@codingjoe codingjoe commented Dec 9, 2025

  • Add Python 3.14
  • Add Django 6.0
  • Add Wagtail 7.2
  • Drop Django 5.1 (EoL)

Copilot AI review requested due to automatic review settings December 9, 2025 14:37
@codingjoe codingjoe self-assigned this Dec 9, 2025
Copy link

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 attempts to update Python and Django version support by adding Python 3.14 and Django 6.0 while dropping Django 5.1. However, the PR contains critical issues as both Python 3.14 and Django 6.0 have not been officially released yet and are not available for use.

Key Changes:

  • Addition of Python 3.14 support in package classifiers and CI matrix
  • Addition of Django 6.0 support in package classifiers and CI matrix
  • Removal of Django 5.1 from supported versions
  • Simplified Django version format in CI workflow (from "4.2.0" to "4.2")

Reviewed changes

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

File Description
pyproject.toml Added Python 3.14 and Django 6.0 classifiers, removed Django 5.1 classifier
.github/workflows/ci.yml Added Python 3.14 and Django 6.0 to test matrix, removed Django 5.1, simplified version format

Critical Issues Found:

  • Python 3.14 has not been released yet and is not available in GitHub Actions or for production use
  • Django 6.0 has not been released yet and is not available on PyPI
  • These additions will cause immediate CI failures and prevent the package from being properly tested

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

@codecov
Copy link

codecov bot commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.27%. Comparing base (746ccaa) to head (5d1470c).
⚠️ Report is 120 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (746ccaa) and HEAD (5d1470c). Click for more details.

HEAD has 6 uploads less than BASE
Flag BASE (746ccaa) HEAD (5d1470c)
7 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #174      +/-   ##
==========================================
- Coverage   99.69%   93.27%   -6.43%     
==========================================
  Files          21       21              
  Lines         332      342      +10     
==========================================
- Hits          331      319      -12     
- Misses          1       23      +22     
Flag Coverage Δ
python-3.10 92.98% <ø> (?)
python-3.11 92.98% <ø> (?)
python-3.12 92.98% <ø> (?)
python-3.13 92.98% <ø> (?)
python-3.14 92.98% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

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

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


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

@codingjoe codingjoe force-pushed the ci-suite branch 2 times, most recently from 4f18bf6 to 1254c6e Compare December 9, 2025 15:29
Copilot AI review requested due to automatic review settings December 9, 2025 15:29
Copy link

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

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


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

* Add Python 3.14
* Add Django 6.0
* Add Wagtail 7.2
* Drop Django 5.1 (EoL)
@codingjoe codingjoe merged commit f84e3db into main Dec 9, 2025
3 checks passed
@codingjoe codingjoe deleted the ci-suite branch December 9, 2025 15:37
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