Skip to content

Commit ae456ee

Browse files
committed
chore(TMUX_MAX_VERSION): 3.3 to 3.4
1 parent b8ddd83 commit ae456ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
TMUX_MIN_VERSION = "1.8"
2727

2828
#: Most recent version of tmux supported
29-
TMUX_MAX_VERSION = "3.3"
29+
TMUX_MAX_VERSION = "3.4"
3030

3131
SessionDict = t.Dict[str, t.Any]
3232
WindowDict = t.Dict[str, t.Any]

0 commit comments

Comments
 (0)