Skip to content

Update dependency python to 3.14 - #152

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-3.x
Closed

Update dependency python to 3.14#152
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.123.14

Release Notes

actions/python-versions (python)

v3.14.6: 3.14.6

Compare Source

Python 3.14.6

v3.14.5: 3.14.5

Compare Source

Python 3.14.5

v3.14.4: 3.14.4

Compare Source

Python 3.14.4

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

v3.13.14: 3.13.14

Compare Source

Python 3.13.14

v3.13.13: 3.13.13

Compare Source

Python 3.13.13

v3.13.12: 3.13.12

Compare Source

Python 3.13.12

v3.13.11: 3.13.11

Compare Source

Python 3.13.11

v3.13.10: 3.13.10

Compare Source

Python 3.13.10

v3.13.9: 3.13.9

Compare Source

Python 3.13.9

v3.13.8: 3.13.8

Compare Source

Python 3.13.8

v3.13.7: 3.13.7

Compare Source

Python 3.13.7

v3.13.6: 3.13.6

Compare Source

Python 3.13.6

v3.13.5: 3.13.5

Compare Source

Python 3.13.5

v3.13.4: 3.13.4

Compare Source

Python 3.13.4

v3.13.3: 3.13.3

Compare Source

Python 3.13.3

v3.13.2: 3.13.2

Compare Source

Python 3.13.2

v3.13.1: 3.13.1

Compare Source

Python 3.13.1

v3.13.0: 3.13.0

Compare Source

Python 3.13.0


Configuration

📅 Schedule: (UTC)

  • 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.

@mergify

mergify Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@mergify
mergify Bot requested review from guilyx and sampreets3 July 29, 2026 10:36
@renovate
renovate Bot force-pushed the renovate/python-3.x branch from a3cc356 to 68be739 Compare July 30, 2026 20:42
@renovate
renovate Bot force-pushed the renovate/python-3.x branch from 68be739 to 953d484 Compare August 4, 2026 07:29

guilyx commented Aug 4, 2026

Copy link
Copy Markdown
Member

Declining this one — the other five action bumps (#153, #154, #155, #156, #159) are merged, but this is a different kind of change wearing the same clothes.

python-version in build.yml, pages.yml and release.yml is not a dependency to keep current. It picks the single interpreter that builds the wheel, bundles web/dist and cuts the release. Three things make "newest" the wrong policy for that pin:

  • tests already runs the whole supported range, 3.9 through 3.14, on every push. Version coverage is that workflow's job, not the builder's.
  • The wheel is py3-none-any. Which interpreter builds it does not change a byte of what ships, so there is nothing to gain.
  • It ties the release pipeline to whatever is newest on the runner. When that pin is wrong the failure shows up while cutting a release, which is the worst time to discover it.

None of this says 3.14 is bad — it is in the matrix and green. It says the choice of build interpreter should be a deliberate edit rather than an automatic one.

renovate.json now disables this update so the PR is not recreated, with the reasoning recorded in the rule's description. That change is on claude/library-demo-plots-webpage-8r8uz4 (#161); until it merges, this may reappear once.


Generated by Claude Code

@guilyx guilyx closed this Aug 4, 2026
@renovate

renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.14). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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