Skip to content

Update dependency python to 3.14#231

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/python-3.x
Open

Update dependency python to 3.14#231
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/python-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 19, 2026

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.133.14

Release Notes

actions/python-versions (python)

v3.14.3: 3.14.3

Compare Source

Python 3.14.3

v3.14.2: 3.14.2

Compare Source

Python 3.14.2

v3.14.1: 3.14.1

Compare Source

Python 3.14.1

v3.14.0: 3.14.0

Compare Source

Python 3.14.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency python Update dependency python to 3.14 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/python-3.x branch from dc22a1c to 4ef0620 Compare January 20, 2026 13:47
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 20, 2026

Coverage report

This PR does not seem to contain any modification to coverable code.

@renovate renovate bot force-pushed the renovate/python-3.x branch from 4ef0620 to 09e0868 Compare February 2, 2026 20:01
@renovate renovate bot changed the title Update dependency python to 3.14 chore(deps): update dependency python to 3.14 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/python-3.x branch from 09e0868 to bd6ee3f Compare February 4, 2026 16:15
@renovate renovate bot force-pushed the renovate/python-3.x branch from bd6ee3f to 572a9d2 Compare February 12, 2026 11:41
@renovate renovate bot changed the title chore(deps): update dependency python to 3.14 Update dependency python to 3.14 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/python-3.x branch from 572a9d2 to 54b315f Compare March 5, 2026 09:51
@AlwinEgger AlwinEgger requested a review from Copilot March 23, 2026 10:01
Copy link
Copy Markdown

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 GitHub Actions workflows to run CI jobs using Python 3.14 instead of Python 3.13.

Changes:

  • Update actions/setup-python version input from 3.13 to 3.14 in the Quality Assurance workflow.
  • Update actions/setup-python version input from 3.13 to 3.14 in the Cleanup workflow.

Reviewed changes

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

File Description
.github/workflows/quality-assurance.yml Bumps the Python runtime used in the QA job to 3.14.
.github/workflows/cleanup.yml Bumps the Python runtime used in the cleanup job to 3.14.

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

uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The repo documentation currently states supported Python versions are 3.11–3.13 (see django/README.md:79). Bumping the workflow to run only on 3.14 makes CI inconsistent with the documented support range and can cause confusion (and potentially CI failures if dependencies don’t yet support 3.14). Consider either updating the documented supported versions (and any other version constraints) as part of this PR, or running a version matrix that still includes 3.13 until 3.14 support is explicitly adopted.

Suggested change
python-version: "3.14"
python-version: "3.13"

Copilot uses AI. Check for mistakes.
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The repo documentation currently states supported Python versions are 3.11–3.13 (django/README.md:79). Updating this workflow to 3.14 makes CI inconsistent with the documented support range. Either update the docs/version constraints to include 3.14 or keep CI testing 3.13 as well (e.g., via a matrix) until support is officially expanded.

Suggested change
python-version: "3.14"
python-version: "3.13"

Copilot uses AI. Check for mistakes.
@renovate renovate bot force-pushed the renovate/python-3.x branch from 54b315f to 15f8f58 Compare March 26, 2026 16:35
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