chore(deps): update dependency python to 3.14 - #14
Conversation
|
PR author is in the excluded authors list. |
|
7cffc82 to
44a1cf2
Compare
🌊 WAVE BugBot — 3 finding(s)🔴 3
severity: critical · major · minor · info — local review · $0 inference · wave-dispatch · react 👍/👎 to tune |
6129f1b to
4f06efd
Compare
4f06efd to
c710c7e
Compare
c710c7e to
df85812
Compare
df85812 to
d033447
Compare
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | ||
| with: | ||
| python-version: "3.12" | ||
| python-version: "3.14" |
There was a problem hiding this comment.
🔍 Python 3.14 availability/wheel risk for the skill-validate gate
This bump only affects the inlined skill-validate gate, which uses stdlib modules plus pyyaml installed at line 60. Two things worth confirming before merge: (1) the pinned actions/setup-python@a26af69… (v5.6.0) resolves versions via its dynamic manifest, so 3.14 must be present in the manifest/runner tool cache for ubuntu-latest — otherwise every calling repo's gate fails at setup; (2) pip install pyyaml must have a prebuilt cp314 wheel, else pip falls back to a source build (needs Cython/compiler) and the gate breaks. Since this workflow is workflow_call-reusable and inherited by other WAVE repos, a failure here blocks all consumers, so it's worth a one-off green run to verify.
Was this helpful? React with 👍 or 👎 to provide feedback.
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | ||
| with: | ||
| python-version: "3.12" | ||
| python-version: "3.14" |
There was a problem hiding this comment.
🔍 Comment says this gate mirrors wave-foundation/scripts/validate-skills.py — keep runtime in sync
The header at lines 48-50 states this inlined validator mirrors wave-foundation/scripts/validate-skills.py and that the two should be kept in sync. Bumping the interpreter here only, without a corresponding change in wave-foundation, risks behavioral drift between the two copies (e.g. YAML/regex behavior differences across interpreter versions). Worth confirming the foundation counterpart is updated too.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This is a small CI-only Python version bump, and the updated skill-validation job passes locally with Python 3.14. The changed file is an explicitly owned, reusable workflow affecting downstream repositories, so its compatibility and synchronization should receive human owner review. Not approved because:
No code changes detected at Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
d033447 to
2692be6
Compare
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
4dd59a7 to
be96b0d
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
be96b0d to
be2c975
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
be2c975 to
5e8d77a
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
5e8d77a to
533a29d
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
533a29d to
b320cf6
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
b320cf6 to
222648a
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
222648a to
a6ab797
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
a6ab797 to
a7974f4
Compare
This PR contains the following updates:
3.12→3.14Release Notes
actions/python-versions (python)
v3.14.7: 3.14.7Compare Source
Python 3.14.7
v3.14.6: 3.14.6Compare Source
Python 3.14.6
v3.14.5: 3.14.5Compare Source
Python 3.14.5
v3.14.4: 3.14.4Compare Source
Python 3.14.4
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
v3.13.15: 3.13.15Compare Source
Python 3.13.15
v3.13.14: 3.13.14Compare Source
Python 3.13.14
v3.13.13: 3.13.13Compare Source
Python 3.13.13
v3.13.12: 3.13.12Compare Source
Python 3.13.12
v3.13.11: 3.13.11Compare Source
Python 3.13.11
v3.13.10: 3.13.10Compare Source
Python 3.13.10
v3.13.9: 3.13.9Compare Source
Python 3.13.9
v3.13.8: 3.13.8Compare Source
Python 3.13.8
v3.13.7: 3.13.7Compare Source
Python 3.13.7
v3.13.6: 3.13.6Compare Source
Python 3.13.6
v3.13.5: 3.13.5Compare Source
Python 3.13.5
v3.13.4: 3.13.4Compare Source
Python 3.13.4
v3.13.3: 3.13.3Compare Source
Python 3.13.3
v3.13.2: 3.13.2Compare Source
Python 3.13.2
v3.13.1: 3.13.1Compare Source
Python 3.13.1
v3.13.0: 3.13.0Compare Source
Python 3.13.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.