-
-
Notifications
You must be signed in to change notification settings - Fork 24
Update Python version support #238
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
Conversation
codingjoe
commented
Nov 28, 2025
- Drop Python 3.9
- Add Python 3.14
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #238 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 494 494
=========================================
Hits 494 494
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this 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.
5aa4341 to
5086e0e
Compare
* Drop Python 3.9 * Add Python 3.14
There was a problem hiding this 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.