We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973ddab commit cd4d95eCopy full SHA for cd4d95e
libtmux/common.py
@@ -24,7 +24,7 @@
24
TMUX_MIN_VERSION = "1.8"
25
26
#: Most recent version of tmux supported
27
-TMUX_MAX_VERSION = "2.4"
+TMUX_MAX_VERSION = "3.3"
28
29
SessionDict = t.Dict[str, t.Any]
30
WindowDict = t.Dict[str, t.Any]
0 commit comments