Skip to content

Commit 4caac8e

Browse files
authored
py(deps) libtmux 0.48.0 -> 0.49.0 (#992)
This drops tmux < 3.2.
2 parents c318db6 + 500ae6a commit 4caac8e

File tree

4 files changed

+88
-88
lines changed

4 files changed

+88
-88
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ['3.14']
14-
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
14+
tmux-version: ['3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
1515
steps:
1616
- uses: actions/checkout@v5
1717

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3333

3434
_Future release notes will be placed here_
3535

36+
### Breaking changes
37+
38+
#### Minimum tmux version bumped to 3.2+ (#992)
39+
40+
tmux versions below 3.2a are now disabled (via libtmux v0.49.0).
41+
42+
#### libtmux 0.49.0 (#992)
43+
44+
libtmux minimum version bumped from 0.48.0 -> 0.49.0.
45+
3646
## tmuxp 1.57.0 (2025-11-28)
3747

3848
### Breaking changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939
{ path = "conftest.py", format = "sdist" },
4040
]
4141
dependencies = [
42-
"libtmux~=0.48.0",
42+
"libtmux~=0.49.0",
4343
"colorama>=0.3.9",
4444
"PyYAML>=6.0"
4545
]

0 commit comments

Comments
 (0)