py(deps[libtmux]) Bump 0.59.0 -> 0.60.0 (tmux 3.7 feature parity)#1065
Merged
Conversation
why: libtmux 0.60.0 completes tmux 3.7 feature parity, adding floating panes, typed 3.7 options, new pane format variables, and new command flags. Every 3.7-only surface is version-gated, so tmux 3.2a-3.6 keep working unchanged. The bump is purely additive for tmuxp, requiring no code or test migration. what: - Bump libtmux ~=0.59.0 -> ~=0.60.0 in pyproject.toml - Update uv.lock to libtmux 0.60.0 from PyPI libtmux 0.60.0 (2026-06-28): - Floating panes via Window.new_pane()/Pane.new_pane() (#694) - Typed tmux 3.7 server/session/window/pane options (#694) - New tmux 3.7 pane format variables on Pane (#694) - New tmux 3.7 command flags on capture_pane/split/kill and more (#694) Release: https://github.com/tmux-python/libtmux/releases/tag/v0.60.0 Changelog: https://libtmux.git-pull.com/history.html#libtmux-0-60-0-2026-06-28
why: Record the libtmux ~=0.59.0 -> ~=0.60.0 floor bump under the 1.72.0 unreleased block. The release lead paragraph and version header are added by the maintainer at tag time, not by this PR. what: - Record the libtmux ~=0.59.0 -> ~=0.60.0 floor bump under Dependencies - Note tmux 3.7 feature parity (floating panes, typed options, new pane format vars and command flags) under What's new, scoped to the user-visible libtmux surface without internal mechanics
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1065 +/- ##
=======================================
Coverage 81.98% 81.98%
=======================================
Files 28 28
Lines 2548 2548
Branches 485 485
=======================================
Hits 2089 2089
Misses 328 328
Partials 131 131 β View full report in Codecov by Harness. π New features to boost your workflow:
|
tony
added a commit
that referenced
this pull request
Jun 28, 2026
Minor release bumping the libtmux floor to 0.60.0, which completes tmux 3.7 feature parity at the library layer tmuxp builds on (#1065). The new libtmux capabilities β floating panes, typed tmux 3.7 options, new pane format variables, and new command flags β are reachable through tmuxp's Python API and tmux shell; the YAML workspace format and tmux 3.2a-3.6 support are unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
libtmuxfloor~=0.59.0β~=0.60.0inpyproject.toml, withuv.lockupdated to match.tmuxp shell.Upstream β libtmux 0.60.0 (#694)
Window.new_pane()/Pane.new_pane()capture_pane,split,Session.kill,paste_buffer,command_prompt,list_keys,run_shell,refresh_clientRelease: https://github.com/tmux-python/libtmux/releases/tag/v0.60.0
Changelog: https://libtmux.git-pull.com/history.html#libtmux-0-60-0-2026-06-28
Verification
The floor moved and no stale
0.59pin remains in the manifest:$ rg 'libtmux~=' pyproject.tomlTest plan
uv run py.test{meth}~libtmux.Window.new_paneintersphinx ref resolvesuv run mypy(strict) anduv run ruff check .β no source files changed, so both are expected clean