Skip to content

Support Python 3.14#73

Open
imphil wants to merge 4 commits into
atsphinx:mainfrom
imphil:python3.14
Open

Support Python 3.14#73
imphil wants to merge 4 commits into
atsphinx:mainfrom
imphil:python3.14

Conversation

@imphil

@imphil imphil commented Jun 19, 2026

Copy link
Copy Markdown

The existing code already supports Python 3.14 without code changes. Only the dependencies locked in the uv.lock file are too old to support Python 3.14. Updating the lockfile gives us Python 3.14 support "for free".

To remain up-to-date, instruct renovate to update the lockfile regularly.

  • Enable lock updates through Renovate
  • Update the uv.lock to support Python 3.14
  • Indicate Python 3.14 support in pyproject.toml

Summary by CodeRabbit

  • Chores
    • Added support for Python 3.14
    • Enhanced dependency management with automated lockfile maintenance

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f06aa198-bcc4-4eb9-bcde-0b438bff5ef3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Two configuration files are updated. In pyproject.toml, the Programming Language :: Python :: 3.14 classifier is appended to the project's classifiers list. In renovate.json5, a lockFileMaintenance object with enabled: true is added to the existing Renovate configuration, activating automated lock file maintenance alongside the previously defined schedule, automerge, and package rules.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Support Python 3.14' directly and concisely summarizes the main objective of the pull request: adding Python 3.14 support to the project.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@pyproject.toml`:
- Line 21: The pyproject.toml file declares Python 3.14 support in the metadata,
but the CI workflow configuration in .github/workflows/ci.yaml does not include
Python 3.14 in its test matrix (lines 36-55). To align the support contract with
tested coverage, add Python 3.14 to the python version matrix in the CI workflow
alongside the existing versions (3.10, 3.11, 3.12, 3.13) so that regressions on
Python 3.14 are caught during testing.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: db618115-1f5b-49f6-932d-93e54ce6b3fd

📥 Commits

Reviewing files that changed from the base of the PR and between ef2cea2 and 6855290.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • pyproject.toml
  • renovate.json5

Comment thread pyproject.toml
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.

1 participant