Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
with:
python-version: '3.11'
python-version: '3.14'
Comment on lines 38 to +40

Copilot AI Feb 9, 2026

Copy link

Choose a reason for hiding this comment

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

PR description says Python was changed to 3.14 from 3.11, but this update is only applied to release_draft.yml. Another workflow (.github/workflows/release-notes-presence-check.yml) still pins python-version: '3.11'. Consider either updating the PR description to clarify scope or aligning the Python version across workflows if the intent is a repo-wide bump.

Copilot uses AI. Check for mistakes.

- name: Check format of received tag
id: check-version-tag
Expand Down
Loading