Skip to content

Conversation

@tnware
Copy link
Owner

@tnware tnware commented Dec 5, 2025

Summary by CodeRabbit

  • Chores
    • Extended Python version support to include Python 3.14 and updated testing matrix to verify compatibility with Python 3.14 and Django 5.2.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Dec 5, 2025

Walkthrough

This PR adds support for Python 3.14 by updating the testing workflow to include a new test matrix entry pairing Python 3.14 with Django 5.2, and by declaring Python 3.14 as a supported version in the project configuration.

Changes

Cohort / File(s) Summary
Workflow configuration
.github/workflows/testing.yml
Added Python 3.14 + Django 5.2 matrix entry to test job
Project metadata
pyproject.toml
Added Python 3.14 to classifiers section

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Add Django 5.2 to test matrix #2 — Also extends the testing workflow matrix with Django 5.2 test combinations, indicating a coordinated effort to support newer dependencies across related projects.

Poem

🐰 A python 3.14 hop,
Where tests run and never stop,
Django 5.2 in the matrix we weave,
New versions to test and believe!
Onwards to futures so bright!

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main changes: adding Python 3.14 support to both classifiers and the testing matrix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch python-314

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d9abe12 and 366d41b.

📒 Files selected for processing (2)
  • .github/workflows/testing.yml (1 hunks)
  • pyproject.toml (1 hunks)
🔇 Additional comments (2)
pyproject.toml (1)

37-37: Add Python 3.14 classifier.

Django 5.2 supports Python 3.10, 3.11, 3.12, 3.13, and 3.14 (as of 5.2.8), so adding this classifier is appropriate and correct.

.github/workflows/testing.yml (1)

54-55: Add Python 3.14 test matrix entry with Django 5.2.

The new matrix entry correctly pairs Python 3.14 with Django 5.2, aligning the test workflow with the newly declared classifier in pyproject.toml. This follows the established pattern where newer Python versions are tested only with the latest supported Django version.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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