Conversation
dc22a1c to
4ef0620
Compare
4ef0620 to
09e0868
Compare
09e0868 to
bd6ee3f
Compare
bd6ee3f to
572a9d2
Compare
572a9d2 to
54b315f
Compare
There was a problem hiding this comment.
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-pythonversion input from3.13to3.14in the Quality Assurance workflow. - Update
actions/setup-pythonversion input from3.13to3.14in 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" |
There was a problem hiding this comment.
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.
| python-version: "3.14" | |
| python-version: "3.13" |
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: "3.13" | ||
| python-version: "3.14" |
There was a problem hiding this comment.
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.
| python-version: "3.14" | |
| python-version: "3.13" |
54b315f to
15f8f58
Compare
This PR contains the following updates:
3.13→3.14Release Notes
actions/python-versions (python)
v3.14.3: 3.14.3Compare Source
Python 3.14.3
v3.14.2: 3.14.2Compare Source
Python 3.14.2
v3.14.1: 3.14.1Compare Source
Python 3.14.1
v3.14.0: 3.14.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.