Skip to content

Conversation

@codingjoe
Copy link
Owner

  • Drop Python 3.9
  • Add Python 3.14

Copilot AI review requested due to automatic review settings November 28, 2025 15:32
@codingjoe codingjoe self-assigned this Nov 28, 2025
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ae4f605) to head (303066b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #238   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          494       494           
=========================================
  Hits           494       494           
Flag Coverage Δ
celery 85.02% <ø> (ø)
cleanup 88.46% <ø> (ø)
dj4.2 88.46% <ø> (?)
dj5.1 88.46% <ø> (ø)
dj5.2 ?
django-rq 85.02% <ø> (ø)
dramatiq 85.02% <ø> (ø)
drf 96.35% <ø> (ø)
macos-latest 88.66% <ø> (ø)
py3.10 88.46% <ø> (ø)
py3.11 88.46% <ø> (?)
py3.12 88.46% <ø> (ø)
py3.13 88.46% <ø> (ø)
py3.14 88.46% <ø> (?)
py3.9 ?
ubuntu-latest 88.46% <ø> (ø)
windows-latest 81.58% <ø> (ø)

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.

Copilot finished reviewing on behalf of codingjoe November 28, 2025 15:34
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 updates the project's Python version support by dropping Python 3.9 (which has reached end-of-life) and adding Python 3.14 support.

Key Changes:

  • Updated minimum Python version from 3.9 to 3.10 in pyproject.toml
  • Added Python 3.14 classifier and removed Python 3.9 classifier
  • Updated CI test matrices to test Python 3.10, 3.12, 3.13, and 3.14, replacing the previous 3.9 inclusion

Reviewed changes

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

File Description
pyproject.toml Updated Python version classifiers and minimum required version to reflect dropping 3.9 and adding 3.14
.github/workflows/ci.yml Updated test matrices to remove Python 3.9 testing, add Python 3.14 testing, and use "3.x" for latest Python in Django version tests

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

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@codingjoe codingjoe force-pushed the eol branch 2 times, most recently from 5aa4341 to 5086e0e Compare November 28, 2025 15:35
Copilot AI review requested due to automatic review settings November 28, 2025 15:35
* Drop Python 3.9
* Add Python 3.14
Copilot finished reviewing on behalf of codingjoe November 28, 2025 15:37
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 2 out of 2 changed files in this pull request and generated 3 comments.


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

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@codingjoe codingjoe merged commit 0a668bb into main Nov 28, 2025
21 checks passed
@codingjoe codingjoe deleted the eol branch November 28, 2025 15:55
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