Skip to content

Conversation

@shenxianpeng
Copy link
Contributor

@shenxianpeng shenxianpeng commented Oct 10, 2025

Summary by CodeRabbit

  • New Features

    • Officially declare support for Python 3.14.
  • Documentation

    • Refreshed README badges with consistent color styling and reordered them for clarity.
  • Chores

    • Expanded continuous integration to include Python 3.14.
    • Improved commit message validation by recognizing additional imperative verbs.

@shenxianpeng shenxianpeng requested a review from a team as a code owner October 10, 2025 21:34
@shenxianpeng shenxianpeng added the enhancement New feature or request label Oct 10, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 10, 2025

Walkthrough

Adds Python 3.14 to CI and project classifiers, updates README badge colors and order, and expands the commit message imperatives list with “revert” and “support.” No functional or control-flow changes.

Changes

Cohort / File(s) Summary
CI matrix update
.github/workflows/main.yml
Added Python 3.14 to the install matrix; other steps unchanged.
Docs badges color/order
README.rst
Added color=%2334D058 to multiple badge URLs; reordered badges; updated examples accordingly.
Project metadata
pyproject.toml
Added classifier: "Programming Language :: Python :: 3.14".
Commit check vocabulary
commit_check/imperatives.py
Extended IMPERATIVES set with "revert" and "support".

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

Hop hop, green badges glow anew,
Python 3.14 in the meadow’s view.
I nibble on commits—“revert,” “support” in the crop,
CI burrows deeper, no need to stop.
With ears up high and paws a-tap,
I ship these tweaks—thump-thump, flap!
(_/) ☘️

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 succinctly captures the primary enhancements of adding Python 3.14 support and updating the project badges, directly reflecting the CI, metadata, and documentation changes introduced by this pull request.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/support-py314

📜 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 084c2dd and 8227107.

📒 Files selected for processing (1)
  • commit_check/imperatives.py (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • commit_check/imperatives.py
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (17)
  • GitHub Check: install (3.14, windows-latest)
  • GitHub Check: install (3.13, windows-latest)
  • GitHub Check: install (3.13, ubuntu-24.04)
  • GitHub Check: install (3.14, ubuntu-24.04)
  • GitHub Check: install (3.13, macos-latest)
  • GitHub Check: install (3.12, macos-latest)
  • GitHub Check: install (3.11, windows-latest)
  • GitHub Check: install (3.12, ubuntu-24.04)
  • GitHub Check: install (3.12, windows-latest)
  • GitHub Check: install (3.11, macos-latest)
  • GitHub Check: install (3.10, macos-latest)
  • GitHub Check: install (3.10, windows-latest)
  • GitHub Check: install (3.10, ubuntu-24.04)
  • GitHub Check: install (3.9, macos-latest)
  • GitHub Check: install (3.9, ubuntu-24.04)
  • GitHub Check: install (3.9, windows-latest)
  • GitHub Check: Run benchmarks

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.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 10, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Oct 10, 2025

CodSpeed Performance Report

Merging #296 will not alter performance

Comparing feature/support-py314 (8227107) with main (779549e)1

Summary

✅ 27 untouched
⏩ 85 skipped2

Footnotes

  1. No successful run was found on main (a981e9c) during the generation of this report, so 779549e was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

  2. 85 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a981e9c and 53a3e3c.

📒 Files selected for processing (4)
  • .github/workflows/codspeed.yml (1 hunks)
  • .github/workflows/main.yml (1 hunks)
  • README.rst (1 hunks)
  • pyproject.toml (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
pyproject.toml

📄 CodeRabbit inference engine (.github/copilot-instructions.md)

Declare package metadata, dependencies, and console entry points for commit-check and cchk

Files:

  • pyproject.toml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Run benchmarks

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.33%. Comparing base (a981e9c) to head (8227107).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #296   +/-   ##
=======================================
  Coverage   87.33%   87.33%           
=======================================
  Files           8        8           
  Lines         687      687           
=======================================
  Hits          600      600           
  Misses         87       87           

☔ 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
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 53a3e3c and 943fc73.

📒 Files selected for processing (2)
  • README.rst (2 hunks)
  • commit_check/imperatives.py (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.rst
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (18)
  • GitHub Check: install (3.13, windows-latest)
  • GitHub Check: install (3.14, macos-latest)
  • GitHub Check: install (3.12, macos-latest)
  • GitHub Check: install (3.14, windows-latest)
  • GitHub Check: install (3.13, macos-latest)
  • GitHub Check: install (3.13, ubuntu-24.04)
  • GitHub Check: install (3.12, windows-latest)
  • GitHub Check: install (3.14, ubuntu-24.04)
  • GitHub Check: install (3.11, macos-latest)
  • GitHub Check: install (3.12, ubuntu-24.04)
  • GitHub Check: install (3.11, windows-latest)
  • GitHub Check: install (3.9, macos-latest)
  • GitHub Check: install (3.9, ubuntu-24.04)
  • GitHub Check: install (3.9, windows-latest)
  • GitHub Check: install (3.11, ubuntu-24.04)
  • GitHub Check: install (3.10, ubuntu-24.04)
  • GitHub Check: install (3.10, windows-latest)
  • GitHub Check: Run benchmarks

@shenxianpeng shenxianpeng removed the documentation Improvements or additions to documentation label Oct 10, 2025
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 10, 2025
@sonarqubecloud
Copy link

@shenxianpeng shenxianpeng merged commit 1e4db5d into main Oct 10, 2025
32 checks passed
@shenxianpeng shenxianpeng deleted the feature/support-py314 branch October 10, 2025 21:55
@shenxianpeng shenxianpeng removed the documentation Improvements or additions to documentation label Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants