Skip to content

Commit cd4d95e

Browse files
committed
chore: Bump TMUX_MAX_VERSION 2.4 -> 3.3
1 parent 973ddab commit cd4d95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
TMUX_MIN_VERSION = "1.8"
2525

2626
#: Most recent version of tmux supported
27-
TMUX_MAX_VERSION = "2.4"
27+
TMUX_MAX_VERSION = "3.3"
2828

2929
SessionDict = t.Dict[str, t.Any]
3030
WindowDict = t.Dict[str, t.Any]

0 commit comments

Comments
 (0)